Fix wallpaper

This commit is contained in:
2018-02-07 14:41:49 +01:00
parent 79650b6071
commit 7a2024f1ae

View File

@@ -5,4 +5,6 @@ wallpaper="$LIBDIR/wallpaper/current"
printf '%s' "setting wallpaper" >>"$LOGFILE"
{
feh --bg-scale "${wallpaper}"
sleep 10
feh --bg-scale "${wallpaper}"
} & &>> $LOGFILE