diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.power.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.power.gschema.xml.in b/data/com.canonical.indicator.power.gschema.xml.in index 3fb065f..4fd2620 100644 --- a/data/com.canonical.indicator.power.gschema.xml.in +++ b/data/com.canonical.indicator.power.gschema.xml.in @@ -10,6 +10,11 @@ <_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="icon-policy-enum" name="icon-policy"> <default>"present"</default> <_summary>When to show the battery status in the menu bar.</_summary> |