dotwryn/bin/randomize-background
2022-02-06 00:15:14 -07:00

6 lines
135 B
Bash
Executable File

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