sway randomWallpaper: increased interval to 900s

This commit is contained in:
Aly Raffauf 2024-04-20 15:04:08 -04:00
parent 67c6425c3b
commit 804b564001

View file

@ -12,7 +12,7 @@
kill `pidof swaybg`
random_background=$(ls $directory/*.{png,jpg} | shuf -n 1)
${pkgs.swaybg}/bin/swaybg -i $random_background &
sleep 300
sleep 900
done
fi
'';