From 91f3afee932840903d8bad46523b9f08c6554c9a Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 5 Jan 2024 20:28:38 +0900 Subject: [PATCH] test --- nixos/common/desktops/plasma6/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ]; }; };