waybar stuuuff

This commit is contained in:
Mark Riedesel 2021-11-12 12:38:02 -05:00
parent c60295b97f
commit 707f80a76b
10 changed files with 256 additions and 326 deletions

View file

@ -49,6 +49,6 @@ if command -v rofi &> /dev/null; then
-theme-str "#prompt-colon { enabled: false; }"
elif command -v wofi &> /dev/null; then
COMMAND=wofi
$COMMAND --show drun
$COMMAND --show drun --color=$HOME/.cache/wal/colors
fi