From 937b269967f2ef0ac379cb8cd1d787cc91426d12 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Fri, 12 Aug 2022 07:20:44 +0530 Subject: specifying bash for non-posix compliant scripts+correcting other scripts --- .scripts/setbg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.scripts/setbg') diff --git a/.scripts/setbg b/.scripts/setbg index f743745..024f28d 100755 --- a/.scripts/setbg +++ b/.scripts/setbg @@ -14,10 +14,8 @@ echo "Generating pywal color schemes..." wal -n -i $wall >/dev/null && echo "dwm reading Xresources color values at runtime" xdotool key super+F5 -pywal-discord $HOME/.local/usr/wal-telegram/wal-telegram ln -sf ~/.cache/wal/dunstrc ~/.config/dunst/dunstrc -pkill dunst -dunst & -#(cd $HOME/.local/src/dwm && sudo make clean install>/dev/null) +pkill dunst && +dunst echo "^_^ Enjoy your new look!!!" -- cgit v1.2.3