diff options
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" |