diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2022-01-23 21:33:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 21:33:12 +0530 |
commit | faae8a7731baac1e954d1141bb053c260888cfd4 (patch) | |
tree | fb56fad590697ddd81fc91d105868edff728cb03 /scripts | |
parent | d8199d94b921fdabad68d40670814d165b3b3194 (diff) |
Update setbg
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/setbg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/setbg b/scripts/setbg index 07e540f..0e3e180 100644 --- a/scripts/setbg +++ b/scripts/setbg @@ -2,7 +2,7 @@ echo "Chosing a random wallpaper..." wall=$(find $HOME/Pictures/Wallpaper/w/wow -type f | shuf -n 1) -echo "Setting up the wallpaper" +echo "Setting up the wallpaper: $(echo $wall|cut -d '/' -f 8)" xwallpaper --zoom $wall echo "Generating pywal color schemes..." wal -n -i $wall >/dev/null @@ -10,5 +10,6 @@ wal -n -i $wall >/dev/null #echo "Recompiling dwm w new colors..." echo "dwm reading Xresources color values at runtime" xdotool key super+F5 +pywal-discord #(cd $HOME/.local/src/dwm && sudo make clean install>/dev/null) echo "^_^ Enjoy your new look!!!" |