Set wallpaper before sleep
This commit is contained in:
parent
e4f5970abd
commit
32237bb1ac
|
@ -37,7 +37,7 @@ in {
|
||||||
events = [
|
events = [
|
||||||
{
|
{
|
||||||
event = "before-sleep";
|
event = "before-sleep";
|
||||||
command = "${pkgs.swaylock}/bin/swaylock";
|
command = "${pkgs.swaylock}/bin/swaylock -i ${wallpaper}";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue