diff options
Diffstat (limited to 'data/org.ubuntu.indicator-power.gschema.xml')
-rw-r--r-- | data/org.ubuntu.indicator-power.gschema.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.ubuntu.indicator-power.gschema.xml b/data/org.ubuntu.indicator-power.gschema.xml new file mode 100644 index 0000000..a3d2494 --- /dev/null +++ b/data/org.ubuntu.indicator-power.gschema.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist> + <schema path="/org/ubuntu/indicator-power/" id="org.ubuntu.indicator-power" gettext-domain="@GETTEXT_PACKAGE@"> + <key type="b" name="show-label"> + <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 |