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

5 lines
125 B
Bash
Raw Normal View History

2021-02-25 01:15:23 +00:00
source "$HOME/.config/wryn/env/env"
2020-09-23 22:19:23 +00:00
2021-02-25 01:15:23 +00:00
[ -d "$WALLPAPER_PATH" ] \
&& feh --recursive --randomize --bg-fill "$WALLPAPER_PATH";