aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-11-07 23:06:19 +0100
committerRobert Tari <robert@tari.in>2022-11-07 23:13:43 +0100
commitf58200760a812e50bbec90a6b55d0812ec9e2048 (patch)
tree1afea6c6968aa0779c9458f61ee7ec71d2acdd71 /data
parenta8c45b77d7ee1af0e5fad72ce07480ece00ea875 (diff)
downloadayatana-indicator-display-f58200760a812e50bbec90a6b55d0812ec9e2048.tar.gz
ayatana-indicator-display-f58200760a812e50bbec90a6b55d0812ec9e2048.tar.bz2
ayatana-indicator-display-f58200760a812e50bbec90a6b55d0812ec9e2048.zip
Add colour temperature changing functionality
Diffstat (limited to 'data')
-rw-r--r--data/org.ayatana.indicator.display.gschema.xml6
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>