disable forced flag in noctalia night light
This commit is contained in:
parent
ccc140beea
commit
0acdd9936a
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@
|
||||||
};
|
};
|
||||||
nightLight = {
|
nightLight = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
forced = true;
|
forced = false;
|
||||||
autoSchedule = true;
|
autoSchedule = true;
|
||||||
nightTemp = "4000";
|
nightTemp = "4000";
|
||||||
dayTemp = "6500";
|
dayTemp = "6500";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue