mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-01 15:36:18 +02:00
wal: Simplify done.sh
Since I plan to not use tint2 and bspwm anymore, there is no need for those scripts to run with done.sh.
This commit is contained in:
parent
dd027edc61
commit
7bbd7281e5
@ -1,9 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -e ~/.config/bspwm/wal.sh ]; then
|
||||
~/.config/bspwm/wal.sh
|
||||
fi
|
||||
|
||||
if [ -e ~/.cache/wal/kitty ]; then
|
||||
for kitty_window in `fd kitty /tmp`; do
|
||||
kitty @ --to unix:$kitty_window set-colors -c -a ~/.cache/wal/kitty
|
||||
@ -14,6 +10,4 @@ if [ -e ~/.config/dunst/wal.sh ]; then
|
||||
~/.config/dunst/wal.sh
|
||||
fi
|
||||
|
||||
if [ -e ~/.config/tint2/wal.sh ]; then
|
||||
~/.config/tint2/wal.sh
|
||||
fi
|
||||
notify-send "pywal" "Updated theme."
|
||||
|
Loading…
x
Reference in New Issue
Block a user