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

5 lines
129 B
Bash
Raw Normal View History

2021-09-15 01:48:37 -06:00
source "$HOME/.config/wryn/env/env.zsh"
2020-09-23 16:19:23 -06:00
2021-02-24 18:15:23 -07:00
[ -d "$WALLPAPER_PATH" ] \
&& feh --recursive --randomize --bg-fill "$WALLPAPER_PATH";