summaryrefslogtreecommitdiff
path: root/.scripts
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-04-29 19:29:28 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-04-29 19:29:28 +0530
commita5575436eb7376e896803bd559074681c1df7192 (patch)
tree894564ed43897ce2a718955b64c666eefa5d0877 /.scripts
parentc369e4a068302e94146832912e6eb4fb716ab2ae (diff)
sxiv key-handler invert color, myipc, replace folder name
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/setbg2
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"