From 2a8ec96fa622730ef598da1cbe05fd667fa54838 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> Date: Sat, 13 Nov 2021 18:51:59 +0530 Subject: Update setbg --- scripts/setbg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/setbg b/scripts/setbg index c283dac..a821637 100644 --- a/scripts/setbg +++ b/scripts/setbg @@ -5,9 +5,10 @@ wall=$(find $HOME/Pictures/Wallpaper/w/wow -type f | shuf -n 1) echo "Setting up the wallpaper" xwallpaper --zoom $wall echo "Generating pywal color schemes..." -wal -i $wall >/dev/null -sed -i $HOME/.cache/wal/colors-wol-dwm.h -echo "Recompiling dwm w new colors..." -echo "Press F5 to hot reload dwm!" +wal -n -i $wall >/dev/null +#sed -i $HOME/.cache/wal/colors-wol-dwm.h +#echo "Recompiling dwm w new colors..." +echo "dwm reading Xresources color values at runtime" +xdottool key super+F5 #(cd $HOME/.local/src/dwm && sudo make clean install>/dev/null) echo "^_^ Enjoy your new look!!!" -- cgit v1.2.3