diff options
Diffstat (limited to 'data/org.ayatana.indicator.display.gschema.xml')
-rw-r--r-- | data/org.ayatana.indicator.display.gschema.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.display.gschema.xml b/data/org.ayatana.indicator.display.gschema.xml index 9afa253..f9a04c8 100644 --- a/data/org.ayatana.indicator.display.gschema.xml +++ b/data/org.ayatana.indicator.display.gschema.xml @@ -20,5 +20,11 @@ <summary>Orientation lock</summary> <description>Locks orientation to a specific value.</description> </key> + <key name="color-temp" type="q"> + <range min="3500" max="6500"/> + <default>6500</default> + <summary>Color temperature</summary> + <description>Sets the color temperature of your screen. The lower the value, the higher the intensity of the redness effect applied to the display.</description> + </key> </schema> </schemalist> |