Skip to content

Feature Request: (if possible) Enable Command Prompt Alongside brrtfetch Animation #1

Description

@mateowoetam

If I add the following command as an argument in Alacritty to launch with brrtfetch, the terminal gets stuck on that command, and when I quit the program, it closes Alacritty. I would like to have brrtfetch auto-run at the start but still be able to type commands while the animation is running. Is this possible?

Here’s the command I’m trying to use:

clear && brrtfetch -width 30 -height 30 -fps 10 /etc/nixos/ascii.gif; exec fish

My current workaround is:

clear && timeout 3 brrtfetch -width 30 -height 30 -fps 10 /etc/nixos/ascii.gif; exec fish

However, this requires waiting for a few seconds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions