summaryrefslogtreecommitdiff
path: root/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
blob: 0f72f379c798ad09e9e4cf34bf2d760fa2821aed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<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 night mode is enabled</_summary>
      <_description>Night light mode changes the color temperature of your display when the sun has gone down or at present times.</_description>
    </key>
    <key name="night-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 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>16.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>8.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>