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.
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 havebrrtfetchauto-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:
My current workaround is:
However, this requires waiting for a few seconds.