summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
index 3df07c75..7fb36a04 100644
--- a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
@@ -10,5 +10,35 @@
<_summary>The duration a printer profile is valid</_summary>
<_description>This is the number of days after which the printer color profile is considered invalid.</_description>
</key>
+ <key name="natural-light-enabled" type="b">
+ <default>false</default>
+ <_summary>If the natural night mode is enabled</_summary>
+ <_description>Natural light mode changes the color temperature of your display when the sun has gone down or at present times.</_description>
+ </key>
+ <key name="natural-light-temperature" type="u">
+ <default>4000</default>
+ <_summary>Temperature of the display when enabled</_summary>
+ <_description>This temperature in Kelvin is used to modify the screen tones when natural light mode is enabled. Higher values are bluer, lower redder.</_description>
+ </key>
+ <key name="natural-light-schedule-automatic" type="b">
+ <default>true</default>
+ <_summary>Use the sunrise and sunset</_summary>
+ <_description>Calculate the sunrise and sunset times automatically, from the current location.</_description>
+ </key>
+ <key name="natural-light-schedule-from" type="d">
+ <default>16.00</default>
+ <_summary>The start time</_summary>
+ <_description>When “natural-light-schedule-automatic” is disabled, use this start time in hours from midnight.</_description>
+ </key>
+ <key name="natural-light-schedule-to" type="d">
+ <default>8.00</default>
+ <_summary>The end time</_summary>
+ <_description>When “natural-light-schedule-automatic” is disabled, use this end time in hours from midnight.</_description>
+ </key>
+ <key name="natural-light-last-coordinates" type="(dd)">
+ <default>(181,181)</default>
+ <_summary>The last detected position</_summary>
+ <_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>
+ </key>
</schema>
</schemalist>