mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 10:51:53 -05:00
sway randomWallpaper: increased interval to 900s
This commit is contained in:
parent
67c6425c3b
commit
804b564001
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue