aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.power.gschema.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-09-11 14:11:45 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-09-13 09:13:03 +0200
commit5482074a1dbbb006e7abcc552dbf6c3590bb60ef (patch)
tree25896213e9a9dda25b389043c2b631a0f18811e6 /data/org.ayatana.indicator.power.gschema.xml
parent4e1ed14b9fab0deed93b45f8ff65cef6921e11ea (diff)
downloadayatana-indicator-power-5482074a1dbbb006e7abcc552dbf6c3590bb60ef.tar.gz
ayatana-indicator-power-5482074a1dbbb006e7abcc552dbf6c3590bb60ef.tar.bz2
ayatana-indicator-power-5482074a1dbbb006e7abcc552dbf6c3590bb60ef.zip
data/: Fix translation of .gschema.xml file.
Diffstat (limited to 'data/org.ayatana.indicator.power.gschema.xml')
-rw-r--r--data/org.ayatana.indicator.power.gschema.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.power.gschema.xml b/data/org.ayatana.indicator.power.gschema.xml
new file mode 100644
index 0000000..1e30e31
--- /dev/null
+++ b/data/org.ayatana.indicator.power.gschema.xml
@@ -0,0 +1,24 @@
+<schemalist>
+ <enum id="ayatana-indicator-power-icon-policy-enum">
+ <value nick="present" value="0" />
+ <value nick="charge" value="1" />
+ <value nick="never" value="2" />
+ </enum>
+ <schema gettext-domain="ayatana-indicator-power" id="org.ayatana.indicator.power" path="/org/ayatana/indicator/power/">
+ <key name="show-time" type="b">
+ <default>false</default>
+ <summary>Show time in Menu Bar</summary>
+ <description>Whether or not to show the time in the menu bar.</description>
+ </key>
+ <key name="show-percentage" type="b">
+ <default>false</default>
+ <summary>Show percentage in Menu Bar</summary>
+ <description>Whether or not to show the percentage in the menu bar.</description>
+ </key>
+ <key enum="ayatana-indicator-power-icon-policy-enum" name="icon-policy">
+ <default>"present"</default>
+ <summary>When to show the battery status in the menu bar?</summary>
+ <description>Options for when to show battery status. Valid options are "present", "charge", and "never".</description>
+ </key>
+ </schema>
+</schemalist>