aboutsummaryrefslogtreecommitdiff
path: root/data/com.canonical.indicator.power.gschema.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-14 16:25:10 -0600
committerTed Gould <ted@gould.cx>2012-02-14 16:25:10 -0600
commit55cbd83e46951e9ddb0c38e5403470d775297116 (patch)
tree7495e32475b52a36a0ce4ac299d7ae66b9a9d3dd /data/com.canonical.indicator.power.gschema.xml
parent8541fa2fca5e702df025c670f7d03bceb66ca2aa (diff)
parent1651ec12b187309fbf8934d37540e38a515409dd (diff)
downloadayatana-indicator-power-55cbd83e46951e9ddb0c38e5403470d775297116.tar.gz
ayatana-indicator-power-55cbd83e46951e9ddb0c38e5403470d775297116.tar.bz2
ayatana-indicator-power-55cbd83e46951e9ddb0c38e5403470d775297116.zip
Import upstream version 1.90
Diffstat (limited to 'data/com.canonical.indicator.power.gschema.xml')
-rw-r--r--data/com.canonical.indicator.power.gschema.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/data/com.canonical.indicator.power.gschema.xml b/data/com.canonical.indicator.power.gschema.xml
index 1a51f69..4d3f48f 100644
--- a/data/com.canonical.indicator.power.gschema.xml
+++ b/data/com.canonical.indicator.power.gschema.xml
@@ -1,10 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
+ <enum id="icon-policy-enum">
+ <value value="0" nick="present"/>
+ <value value="1" nick="charge"/>
+ <value value="2" nick="never"/>
+ </enum>
<schema path="/com/canonical/indicator/power/" id="com.canonical.indicator.power" gettext-domain="@GETTEXT_PACKAGE@">
<key type="b" name="show-time">
<default>false</default>
<summary>Show time in Menu Bar</summary>
- <description>Whether show the time in the menu bar.</description>
+ <description>Whether or not to show the time in the menu bar.</description>
+ </key>
+ <key name="icon-policy" enum="icon-policy-enum">
+ <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> \ No newline at end of file