dotwryn/bin/desktop/feh/randomize-background.sh
2021-09-15 01:48:37 -06:00

5 lines
129 B
Bash
Executable File

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