This commit is contained in:
Aleksandr Lebedev 2025-06-22 18:43:10 +02:00
parent 00f0607157
commit fabd157167

View file

@ -284,15 +284,15 @@ in{
# command = "pidof hyprlock && ${secondary}"; # command = "pidof hyprlock && ${secondary}";
#} #}
{ {
timeout = 300; timeout = 870;
command = "${suspendScript ''${pkgs.libnotify}/bin/notify-send "You are idle. Going to sleep in 30 seconds"''}"; command = "${suspendScript ''${pkgs.libnotify}/bin/notify-send "You are idle. Going to sleep in 30 seconds"''}";
#command = "${locking-script}"; #command = "${locking-script}";
} }
#{ {
#timeout = 330; timeout = 900;
#command = "${suspendScript "${systemctl} suspend"}"; command = "${suspendScript "${systemctl} suspend"}";
#command = "pidof hyprlock && ${secondary}"; command = "pidof hyprlock && ${secondary}";
#} }
]; ];
}; };
services = { services = {