aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.display.gschema.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-03-09 08:05:56 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-03-09 08:05:56 +0100
commit1fc6d8ec94f0c1c7da442a57b6ed925305201370 (patch)
tree7714afd9fc94b60e4ec5e8605940cc93cd2c8a3c /data/org.ayatana.indicator.display.gschema.xml
parentef9cf41767a7a70dee00059556dc48f420bd60e7 (diff)
parentbd6769f3b5831d4cd96c2dc46e25c82f04c08695 (diff)
downloadayatana-indicator-display-1fc6d8ec94f0c1c7da442a57b6ed925305201370.tar.gz
ayatana-indicator-display-1fc6d8ec94f0c1c7da442a57b6ed925305201370.tar.bz2
ayatana-indicator-display-1fc6d8ec94f0c1c7da442a57b6ed925305201370.zip
Merge branch 'tari01-pr/add-brightness'
Attributes GH PR #73: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/73
Diffstat (limited to 'data/org.ayatana.indicator.display.gschema.xml')
-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 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>