Fixed error in background randomizer script

This commit is contained in:
Wryn Wagner 2020-09-25 13:43:25 -06:00
parent cae7518746
commit 7d67d9c4d2

View File

@ -1,4 +1,4 @@
$WALLPAPER_DIR="$HOME/.config/wryn/wallpaper"; WALLPAPER_DIR="$HOME/.config/wryn/wallpaper";
[ -d $WALLPAPER_DIR ] &&\ [ -d $WALLPAPER_DIR ] \
feh --recursive --randomize --bg-fill $WALLPAPER_DIR && feh --recursive --randomize --bg-fill "$WALLPAPER_DIR";