Flake parts completed

This commit is contained in:
Filippo Berto 2024-10-21 17:40:25 +02:00
parent 97f500a3bf
commit 8e9044edd5
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
10 changed files with 389 additions and 576 deletions

View file

@ -7,11 +7,11 @@
events = [
{
event = "before-sleep";
command = "${pkgs.way-lockscreen}/bin/way-lockscreen";
command = "${pkgs.wl-lockscreen}/bin/wl-lockscreen";
}
{
event = "lock";
command = "${pkgs.way-lockscreen}/bin/way-lockscreen";
command = "${pkgs.wl-lockscreen}/bin/wl-lockscreen";
}
];
timeouts = [
@ -22,7 +22,7 @@
}
{
timeout = 120;
command = "${pkgs.brillo}/bin/brillo -e -S 0; ${pkgs.way-lockscreen}/bin/way-lockscreen";
command = "${pkgs.brillo}/bin/brillo -e -S 0; ${pkgs.wl-lockscreen}/bin/wl-lockscreen";
resumeCommand = "${pkgs.brillo}/bin/brillo -e -S 100";
}
];