added alacritty, foot doesnt support dynamic themeing :c

This commit is contained in:
foxora 2026-02-23 19:33:14 +00:00
parent cf5b772204
commit 79af2ce80f
11 changed files with 184 additions and 137 deletions

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
pkill -f "foot --title btop -e btop" || { foot --title btop -e btop & disown; }
pkill -f "alacritty --title btop -e btop" || { alacritty --title btop -e btop & disown; }