Set wallpaper before sleep

This commit is contained in:
Alejandro Angulo 2022-11-27 08:04:50 -08:00
parent e4f5970abd
commit 32237bb1ac
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -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}";
} }
]; ];
}; };