summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-01-31 16:54:09 +0000
committerRichard Hughes <richard@hughsie.com>2017-02-09 16:53:48 +0000
commit749c9cf675906483ebd29beb5a4ac379a7613d3f (patch)
tree9b01d6f95ee67d962b4aa057444f29568cd850da /data
parentdab39dfd33289d2bd34a991c8e17aa0cf22f7c4a (diff)
downloadgnome-settings-daemon-749c9cf675906483ebd29beb5a4ac379a7613d3f.tar.gz
color: Add natural light functionality
https://bugzilla.gnome.org/show_bug.cgi?id=778039
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>