diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-12 07:20:44 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-12 07:20:44 +0530 |
commit | 937b269967f2ef0ac379cb8cd1d787cc91426d12 (patch) | |
tree | aba6f183e06bf6d0e9e4a56f84dad90977281ba6 /.scripts/setbg | |
parent | c87e60e7e9f39e33dce2144d8a855f47358b84a2 (diff) |
specifying bash for non-posix compliant scripts+correcting other scripts
Diffstat (limited to '.scripts/setbg')
-rwxr-xr-x | .scripts/setbg | 6 |
1 files changed, 2 insertions, 4 deletions
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!!!" |