Update autostart

This commit is contained in:
2018-08-16 07:25:01 +02:00
parent d51aa282db
commit 02f81ca150
12 changed files with 35 additions and 29 deletions

View File

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