diff options
Diffstat (limited to '.scripts/setbg')
-rwxr-xr-x | .scripts/setbg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.scripts/setbg b/.scripts/setbg index 0878b7b..657d071 100755 --- a/.scripts/setbg +++ b/.scripts/setbg @@ -15,9 +15,8 @@ echo "Generating pywal color schemes..." wal -n -i "$wall" >/dev/null && echo "dwm reading Xresources color values at runtime" xdotool key super+F5 -[ -n $(pgrep "telegram") ] && r="-r" +[ -n "$(pgrep "telegram")" ] && r="-r" $HOME/.local/usr/wal-telegram/wal-telegram "$r" 2> /dev/null ln -sf ~/.cache/wal/dunstrc ~/.config/dunst/dunstrc -pkill dunst && -dunst 2> /dev/null & +pkill dunst && dunst 2> /dev/null & echo "^_^ Enjoy your new look!!!" |