diff options
Diffstat (limited to 'data/org.ayatana.indicator.power.gschema.xml.in')
-rw-r--r-- | data/org.ayatana.indicator.power.gschema.xml.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/data/org.ayatana.indicator.power.gschema.xml.in b/data/org.ayatana.indicator.power.gschema.xml.in deleted file mode 100644 index 867173a..0000000 --- a/data/org.ayatana.indicator.power.gschema.xml.in +++ /dev/null @@ -1,24 +0,0 @@ -<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="@GETTEXT_PACKAGE@" 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> |