diff --git a/bin/desktop/feh/randomize-background.sh b/bin/desktop/feh/randomize-background.sh index 6434312..39542f2 100755 --- a/bin/desktop/feh/randomize-background.sh +++ b/bin/desktop/feh/randomize-background.sh @@ -1,4 +1,4 @@ -$WALLPAPER_DIR="$HOME/.config/wryn/wallpaper"; +WALLPAPER_DIR="$HOME/.config/wryn/wallpaper"; -[ -d $WALLPAPER_DIR ] &&\ - feh --recursive --randomize --bg-fill $WALLPAPER_DIR +[ -d $WALLPAPER_DIR ] \ + && feh --recursive --randomize --bg-fill "$WALLPAPER_DIR";