Add update-background callback after lockscreen

This commit is contained in:
Filippo Berto 2021-06-25 09:29:28 +02:00
parent 816178cf0e
commit 5f960fc2ca

View file

@ -3,6 +3,7 @@
, extra
, roboto
, i3lock-color
, update-background
, writeScript
, font ? { package = roboto; name = "Roboto"; }
, palette ? extra.palette.palette {}
@ -52,4 +53,6 @@ writeScript "lockscreen.sh" ''
--pass-media-keys \
--pass-screen-keys \
--pass-volume-keys \
--nofork &&
${update-background}
''