From 7bbd7281e589878a423cb84de7c89dcb4531ebc2 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 24 Apr 2023 01:09:10 -0400 Subject: [PATCH] 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. --- wal/.config/wal/done.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/wal/.config/wal/done.sh b/wal/.config/wal/done.sh index 31673ff8..740a0939 100755 --- a/wal/.config/wal/done.sh +++ b/wal/.config/wal/done.sh @@ -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."