dotwryn/bin/desktop/feh/randomize-background.sh

5 lines
131 B
Bash
Raw Normal View History

WALLPAPER_DIR="$HOME/.config/wryn/wallpaper";
2020-09-23 22:19:23 +00:00
[ -d $WALLPAPER_DIR ] \
&& feh --recursive --randomize --bg-fill "$WALLPAPER_DIR";