aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wallpaper.sh
blob: ed2d2bb4130fff7cfdbc626a28acc2ee7a0f47b3 (plain)
1
2
3
4
5
#!/bin/sh
# Launch SXIV and set wallpaper randomly from selected images

WALLPAPERS_DIR=~/Pictures/Wallpapers
xwallpaper --zoom $(sxiv $WALLPAPERS_DIR -t -o | shuf | head -n 1)