diff options
-rw-r--r-- | data/org.ayatana.indicator.display.gschema.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/data/org.ayatana.indicator.display.gschema.xml b/data/org.ayatana.indicator.display.gschema.xml index f9a04c8..3483d06 100644 --- a/data/org.ayatana.indicator.display.gschema.xml +++ b/data/org.ayatana.indicator.display.gschema.xml @@ -21,10 +21,15 @@ <description>Locks orientation to a specific value.</description> </key> <key name="color-temp" type="q"> - <range min="3500" max="6500"/> - <default>6500</default> + <range min="3000" max="6500"/> + <default>4913</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> + <key name="color-temp-profile" type="q"> + <default>2</default> + <summary>Color temperature profile</summary> + <description>The current color temperature profile being used by the indicator.</description> + </key> </schema> </schemalist> |