diff options
author | Robert Tari <robert@tari.in> | 2022-11-07 23:06:19 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-11-07 23:13:43 +0100 |
commit | f58200760a812e50bbec90a6b55d0812ec9e2048 (patch) | |
tree | 1afea6c6968aa0779c9458f61ee7ec71d2acdd71 /data/org.ayatana.indicator.display.gschema.xml | |
parent | a8c45b77d7ee1af0e5fad72ce07480ece00ea875 (diff) | |
download | ayatana-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/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> |