diff options
Diffstat (limited to 'data/com.canonical.indicator.power.gschema.xml')
-rw-r--r-- | data/com.canonical.indicator.power.gschema.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.power.gschema.xml b/data/com.canonical.indicator.power.gschema.xml new file mode 100644 index 0000000..1a51f69 --- /dev/null +++ b/data/com.canonical.indicator.power.gschema.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist> + <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> + </key> + </schema> +</schemalist>
\ No newline at end of file |