mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
Revert "wal: Remove bspwm/dunst/tint2 scripts"
Now that I use bspwm/dunst/tint2 again, these scripts are once again relevant.
This commit is contained in:
parent
6b69d7fbab
commit
d8d658a013
@ -1,7 +1,19 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ -e ~/.config/bspwm/wal.sh ]; then
|
||||||
|
~/.config/bspwm/wal.sh
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -e ~/.cache/wal/kitty ]; then
|
if [ -e ~/.cache/wal/kitty ]; then
|
||||||
for kitty_window in `fd kitty /tmp`; do
|
for kitty_window in `fd kitty /tmp`; do
|
||||||
kitty @ --to unix:$kitty_window set-colors -c -a ~/.cache/wal/kitty
|
kitty @ --to unix:$kitty_window set-colors -c -a ~/.cache/wal/kitty
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -e ~/.config/dunst/wal.sh ]; then
|
||||||
|
~/.config/dunst/wal.sh
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -e ~/.config/tint2/wal.sh ]; then
|
||||||
|
~/.config/tint2/wal.sh
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user