dotwryn/bin/desktop/feh/randomize-background.sh
2021-02-24 18:15:23 -07:00

5 lines
125 B
Bash
Executable File

source "$HOME/.config/wryn/env/env"
[ -d "$WALLPAPER_PATH" ] \
&& feh --recursive --randomize --bg-fill "$WALLPAPER_PATH";