|
1 | 1 | <schemalist> |
| 2 | + <enum id="schedule_mode"> |
| 3 | + <value value="0" nick="auto"/> |
| 4 | + <value value="1" nick="manual"/> |
| 5 | + </enum> |
2 | 6 | <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.cinnamon.settings-daemon.plugins.color" path="/org/cinnamon/settings-daemon/plugins/color/"> |
3 | 7 | <key name="recalibrate-display-threshold" type="u"> |
4 | 8 | <default>0</default> |
|
10 | 14 | <summary>The duration a printer profile is valid</summary> |
11 | 15 | <description>This is the number of days after which the printer color profile is considered invalid.</description> |
12 | 16 | </key> |
| 17 | + <key name="night-light-enabled" type="b"> |
| 18 | + <default>false</default> |
| 19 | + <summary>If the night light mode is enabled</summary> |
| 20 | + <description>Night light mode changes the color temperature of your display when the sun has gone down or at preset times.</description> |
| 21 | + </key> |
| 22 | + <key name="night-light-temperature" type="u"> |
| 23 | + <default>2700</default> |
| 24 | + <summary>Temperature of the display when enabled</summary> |
| 25 | + <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> |
| 26 | + </key> |
| 27 | + <key name="night-light-schedule-mode" enum="schedule_mode"> |
| 28 | + <default>'auto'</default> |
| 29 | + <summary>Set the way start and stop times are determined</summary> |
| 30 | + <description>Setting to 'auto' will use the system timezone to determine sunrise and sunset. Using 'manual' mode allows specifying exact start and stop times (night-light-schedule-from and -to).</description> |
| 31 | + </key> |
| 32 | + <key name="night-light-schedule-from" type="d"> |
| 33 | + <default>20.00</default> |
| 34 | + <summary>The start time</summary> |
| 35 | + <description>When “night-light-schedule-automatic” is disabled, use this start time in hours from midnight.</description> |
| 36 | + </key> |
| 37 | + <key name="night-light-schedule-to" type="d"> |
| 38 | + <default>6.00</default> |
| 39 | + <summary>The end time</summary> |
| 40 | + <description>When “night-light-schedule-automatic” is disabled, use this end time in hours from midnight.</description> |
| 41 | + </key> |
| 42 | + <key name="night-light-last-coordinates" type="(dd)"> |
| 43 | + <default>(91,181)</default> |
| 44 | + <summary>The last detected position</summary> |
| 45 | + <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> |
| 46 | + </key> |
13 | 47 | </schema> |
14 | 48 | </schemalist> |
0 commit comments