dotwryn/bin/randomize-background

6 lines
135 B
Plaintext
Raw Normal View History

2022-02-06 00:15:14 -07:00
#!/bin/zsh
source "$HOME/.config/wryn/env.zsh"
[ -d "$WALLPAPER_PATH" ] \
&& feh --recursive --randomize --bg-fill "$WALLPAPER_PATH"