diff --git a/autostart/40_wallpaper.sh b/autostart/40_wallpaper.sh index 867eab4..b1ebd94 100755 --- a/autostart/40_wallpaper.sh +++ b/autostart/40_wallpaper.sh @@ -5,4 +5,6 @@ wallpaper="$LIBDIR/wallpaper/current" printf '%s' "setting wallpaper" >>"$LOGFILE" { feh --bg-scale "${wallpaper}" + sleep 10 + feh --bg-scale "${wallpaper}" } & &>> $LOGFILE