6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
|
#!/bin/zsh
|
||
|
source "$HOME/.config/wryn/env.zsh"
|
||
|
|
||
|
[ -d "$WALLPAPER_PATH" ] \
|
||
|
&& feh --recursive --randomize --bg-fill "$WALLPAPER_PATH"
|