diff options
author | Robert Tari <robert@tari.in> | 2023-03-08 20:29:02 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2023-03-08 22:51:59 +0100 |
commit | 13d89c6789855f96cf5e0465c1fe894d63fec8ea (patch) | |
tree | e5d3ba240f57698754bd2e0be25fe0ebe0d98918 /data | |
parent | ea15f0a3320491a6ff269240dbe9b238edf18e89 (diff) | |
download | ayatana-indicator-display-13d89c6789855f96cf5e0465c1fe894d63fec8ea.tar.gz ayatana-indicator-display-13d89c6789855f96cf5e0465c1fe894d63fec8ea.tar.bz2 ayatana-indicator-display-13d89c6789855f96cf5e0465c1fe894d63fec8ea.zip |
data/org.ayatana.indicator.display.gschema.xml: Store current brightness
Diffstat (limited to 'data')
-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 3483d06..3a0c89b 100644 --- a/data/org.ayatana.indicator.display.gschema.xml +++ b/data/org.ayatana.indicator.display.gschema.xml @@ -31,5 +31,11 @@ <summary>Color temperature profile</summary> <description>The current color temperature profile being used by the indicator.</description> </key> + <key name="brightness" type="d"> + <range min="0.5" max="1.0"/> + <default>1.0</default> + <summary>Screen brightness</summary> + <description>Stores the current brightness value of your screen.</description> + </key> </schema> </schemalist> |