dotwryn/bin/desktop/feh/randomize-background.sh
2020-09-23 16:19:23 -06:00

5 lines
128 B
Bash
Executable File

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