|
10 | 10 | <summary>The duration a printer profile is valid</summary>
|
11 | 11 | <description>This is the number of days after which the printer color profile is considered invalid.</description>
|
12 | 12 | </key>
|
| 13 | + <key name="night-light-enabled" type="b"> |
| 14 | + <default>false</default> |
| 15 | + <summary>If the night light mode is enabled</summary> |
| 16 | + <description>Night light mode changes the color temperature of your display when the sun has gone down or at preset times.</description> |
| 17 | + </key> |
| 18 | + <key name="night-light-temperature" type="u"> |
| 19 | + <default>2700</default> |
| 20 | + <summary>Temperature of the display when enabled</summary> |
| 21 | + <description>This temperature in Kelvin is used to modify the screen tones when night light mode is enabled. Higher values are bluer, lower redder.</description> |
| 22 | + </key> |
| 23 | + <key name="night-light-schedule-automatic" type="b"> |
| 24 | + <default>true</default> |
| 25 | + <summary>Use the sunrise and sunset</summary> |
| 26 | + <description>Calculate the sunrise and sunset times automatically, from the current location.</description> |
| 27 | + </key> |
| 28 | + <key name="night-light-schedule-from" type="d"> |
| 29 | + <default>20.00</default> |
| 30 | + <summary>The start time</summary> |
| 31 | + <description>When “night-light-schedule-automatic” is disabled, use this start time in hours from midnight.</description> |
| 32 | + </key> |
| 33 | + <key name="night-light-schedule-to" type="d"> |
| 34 | + <default>6.00</default> |
| 35 | + <summary>The end time</summary> |
| 36 | + <description>When “night-light-schedule-automatic” is disabled, use this end time in hours from midnight.</description> |
| 37 | + </key> |
| 38 | + <key name="night-light-last-coordinates" type="(dd)"> |
| 39 | + <default>(91,181)</default> |
| 40 | + <summary>The last detected position</summary> |
| 41 | + <description>When location services are available this represents the last detected location. The default value is an invalid value to ensure it is always updated at startup.</description> |
| 42 | + </key> |
13 | 43 | </schema>
|
14 | 44 | </schemalist>
|
0 commit comments