dotwryn/bin/desktop/feh/randomize-background.sh
2020-09-25 13:43:25 -06:00

5 lines
131 B
Bash
Executable File

WALLPAPER_DIR="$HOME/.config/wryn/wallpaper";
[ -d $WALLPAPER_DIR ] \
&& feh --recursive --randomize --bg-fill "$WALLPAPER_DIR";