mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-22 03:31:11 -08:00
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…
Reference in a new issue