diff options
Diffstat (limited to '.local/bin/wallpaper.sh')
-rwxr-xr-x | .local/bin/wallpaper.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.local/bin/wallpaper.sh b/.local/bin/wallpaper.sh index ed2d2bb..4d52bdb 100755 --- a/.local/bin/wallpaper.sh +++ b/.local/bin/wallpaper.sh @@ -1,5 +1,4 @@ #!/bin/sh -# Launch SXIV and set wallpaper randomly from selected images +# Launch SXIV in wallpapers dir, C-x-w to set wallpaper -WALLPAPERS_DIR=~/Pictures/Wallpapers -xwallpaper --zoom $(sxiv $WALLPAPERS_DIR -t -o | shuf | head -n 1) +sxiv -t ~/Pictures/Wallpapers |