Fixed error in background randomizer script
This commit is contained in:
parent
cae7518746
commit
7d67d9c4d2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user