aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-01-12 00:02:49 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-02-04 23:43:05 +0100
commit5b366675de1105ec24ca66a152f085df633ce92b (patch)
treeeef281d7959296b77e525811d2d8c3d87339e0c3
parentb13b8b91b9dc10b3780eba9e8db9941fd5f4ebab (diff)
downloadayatana-indicator-display-5b366675de1105ec24ca66a152f085df633ce92b.tar.gz
ayatana-indicator-display-5b366675de1105ec24ca66a152f085df633ce92b.tar.bz2
ayatana-indicator-display-5b366675de1105ec24ca66a152f085df633ce92b.zip
data/org.ayatana.indicator.display.gschema.xml: Store colour profile + change default temperature
-rw-r--r--data/org.ayatana.indicator.display.gschema.xml9
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>