Update Plasma
This commit is contained in:
parent
38973befb6
commit
45b53e85be
1 changed files with 2 additions and 0 deletions
|
@ -66,11 +66,13 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
partOf = [ "get-theme-times.service" ];
|
partOf = [ "get-theme-times.service" ];
|
||||||
timerConfig.OnCalendar = ["1 hour"];
|
timerConfig.OnCalendar = ["1 hour"];
|
||||||
|
timerConfig.OnBootSec= [ "2min" ];
|
||||||
};
|
};
|
||||||
"set-theme" = {
|
"set-theme" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
partOf = [ "set-theme.service" ];
|
partOf = [ "set-theme.service" ];
|
||||||
timerConfig.OnCalendar = [ "*:0..59" ];
|
timerConfig.OnCalendar = [ "*:0..59" ];
|
||||||
|
timerConfig.OnBootSec= [ "3min" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue