This commit is contained in:
2025-11-01 23:13:42 +01:00
parent 4e000023c7
commit c574bf8e0f
3 changed files with 6 additions and 2 deletions

View File

@@ -17,10 +17,10 @@ in {
};
systemd.user.timers.hyprshade-toggle = {
description = "Run hyprshade-toggle every 5 minutes";
description = "Run hyprshade toggle";
timerConfig = {
OnBootSec = "1min";
OnUnitActiveSec = "5min";
OnUnitActiveSec = "3min";
AccuracySec = "30s";
};
wantedBy = [ "timers.target" ];