mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-05 09:16:43 +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
|
#!/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
|
||||||
@ -14,6 +10,4 @@ if [ -e ~/.config/dunst/wal.sh ]; then
|
|||||||
~/.config/dunst/wal.sh
|
~/.config/dunst/wal.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e ~/.config/tint2/wal.sh ]; then
|
notify-send "pywal" "Updated theme."
|
||||||
~/.config/tint2/wal.sh
|
|
||||||
fi
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user