From a5575436eb7376e896803bd559074681c1df7192 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Fri, 29 Apr 2022 19:29:28 +0530 Subject: sxiv key-handler invert color, myipc, replace folder name --- .scripts/setbg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts') diff --git a/.scripts/setbg b/.scripts/setbg index f267a3a..f743745 100755 --- a/.scripts/setbg +++ b/.scripts/setbg @@ -2,7 +2,7 @@ if [ -z "$1" ]; then echo "Chosing a random wallpaper..." - wall=$(find $HOME/Pictures/Wallpaper/w/wow -type f | shuf -n 1) + wall=$(find $HOME/pix/Wallpaper/w/wow -type f | shuf -n 1) echo "Setting up the wallpaper: $(echo $wall|cut -d '/' -f 8)" else wall="$1" -- cgit v1.2.3