diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-04-29 19:29:28 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-04-29 19:29:28 +0530 |
commit | a5575436eb7376e896803bd559074681c1df7192 (patch) | |
tree | 894564ed43897ce2a718955b64c666eefa5d0877 /.scripts | |
parent | c369e4a068302e94146832912e6eb4fb716ab2ae (diff) |
sxiv key-handler invert color, myipc, replace folder name
Diffstat (limited to '.scripts')
-rwxr-xr-x | .scripts/setbg | 2 |
1 files changed, 1 insertions, 1 deletions
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" |