mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:51:54 -05:00
sway randomWallpaper: increased interval to 900s
This commit is contained in:
parent
67c6425c3b
commit
804b564001
|
@ -12,7 +12,7 @@
|
||||||
kill `pidof swaybg`
|
kill `pidof swaybg`
|
||||||
random_background=$(ls $directory/*.{png,jpg} | shuf -n 1)
|
random_background=$(ls $directory/*.{png,jpg} | shuf -n 1)
|
||||||
${pkgs.swaybg}/bin/swaybg -i $random_background &
|
${pkgs.swaybg}/bin/swaybg -i $random_background &
|
||||||
sleep 300
|
sleep 900
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue