From 7a2024f1aede800b4174c4efc0b4fa9ac323dfec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 7 Feb 2018 14:41:49 +0100 Subject: [PATCH] Fix wallpaper --- autostart/40_wallpaper.sh | 2 ++ 1 file changed, 2 insertions(+) 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