diff options
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> |