test
This commit is contained in:
parent
f438e91bc5
commit
91f3afee93
1 changed files with 2 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue