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