mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
chore: modify timings
This commit is contained in:
parent
37e19ecde9
commit
febf36a2f8
1 changed files with 2 additions and 2 deletions
|
@ -79,9 +79,9 @@
|
||||||
};
|
};
|
||||||
colorscheme-dusk = {
|
colorscheme-dusk = {
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
description = "Schedule system colorscheme change to dusk at 7 PM";
|
description = "Schedule system colorscheme change to dusk at 6 PM";
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "*-*-* 19:00:00";
|
OnCalendar = "*-*-* 18:00:00";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
Unit = "colorscheme-dusk.service";
|
Unit = "colorscheme-dusk.service";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue