From faae8a7731baac1e954d1141bb053c260888cfd4 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> Date: Sun, 23 Jan 2022 21:33:12 +0530 Subject: Update setbg --- scripts/setbg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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!!!" -- cgit v1.2.3