diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 8c03019c..f46794f8 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -65,13 +65,14 @@ "get-theme-times" = { enable = true; partOf = [ "get-theme-times.service" ]; - timerConfig.OnCalendar = ["1 hour"]; + timerConfig.OnCalendar = ["2min"]; timerConfig.OnBootSec= [ "2min" ]; }; "set-theme" = { enable = true; partOf = [ "set-theme.service" ]; timerConfig.OnCalendar = [ "*:0..59" ]; + timerConfig.OnUnitActiveSec = "1min"; timerConfig.OnBootSec= [ "3min" ]; }; };