summaryrefslogtreecommitdiffstats
path: root/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:51:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:51:51 +0000
commitb0e30ceba2288eab10c6ff7be0ac0cb05a9ed0b7 (patch)
tree9f1d8a08a8cbd19d28ec2d31027f8a7ccd90de0d /data/org.gnome.settings-daemon.plugins.color.gschema.xml.in
parentInitial commit. (diff)
downloadgnome-settings-daemon-b0e30ceba2288eab10c6ff7be0ac0cb05a9ed0b7.tar.xz
gnome-settings-daemon-b0e30ceba2288eab10c6ff7be0ac0cb05a9ed0b7.zip
Adding upstream version 43.0.upstream/43.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'data/org.gnome.settings-daemon.plugins.color.gschema.xml.in')
-rw-r--r--data/org.gnome.settings-daemon.plugins.color.gschema.xml.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in
new file mode 100644
index 0000000..286ea80
--- /dev/null
+++ b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.plugins.color" path="/org/gnome/settings-daemon/plugins/color/">
+ <key name="recalibrate-display-threshold" type="u">
+ <default>0</default>
+ <summary>The duration a display profile is valid</summary>
+ <description>This is the number of days after which the display color profile is considered invalid.</description>
+ </key>
+ <key name="recalibrate-printer-threshold" type="u">
+ <default>0</default>
+ <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="night-light-enabled" type="b">
+ <default>false</default>
+ <summary>If the night light mode is enabled</summary>
+ <description>Night light mode changes the color temperature of your display when the sun has gone down or at preset times.</description>
+ </key>
+ <key name="night-light-temperature" type="u">
+ <default>2700</default>
+ <summary>Temperature of the display when enabled</summary>
+ <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>
+ </key>
+ <key name="night-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="night-light-schedule-from" type="d">
+ <default>20.00</default>
+ <summary>The start time</summary>
+ <description>When “night-light-schedule-automatic” is disabled, use this start time in hours from midnight.</description>
+ </key>
+ <key name="night-light-schedule-to" type="d">
+ <default>6.00</default>
+ <summary>The end time</summary>
+ <description>When “night-light-schedule-automatic” is disabled, use this end time in hours from midnight.</description>
+ </key>
+ <key name="night-light-last-coordinates" type="(dd)">
+ <default>(91,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>