diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-26 21:18:17 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-26 21:18:17 +0100 |
commit | bd4b7678e0dbdc9e72c6edf59456cdf5192313b5 (patch) | |
tree | 16f7d4721cf858772e2889e639f036de8b12c672 /command/org.mate.panel.applet.command.gschema.xml.in.in | |
parent | f39ac1d2cfe5ec92782cad61de1df31e0062d06c (diff) | |
download | mate-applets-bd4b7678e0dbdc9e72c6edf59456cdf5192313b5.tar.bz2 mate-applets-bd4b7678e0dbdc9e72c6edf59456cdf5192313b5.tar.xz |
Add new command applet
Diffstat (limited to 'command/org.mate.panel.applet.command.gschema.xml.in.in')
-rw-r--r-- | command/org.mate.panel.applet.command.gschema.xml.in.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/command/org.mate.panel.applet.command.gschema.xml.in.in b/command/org.mate.panel.applet.command.gschema.xml.in.in new file mode 100644 index 00000000..1c99a0bb --- /dev/null +++ b/command/org.mate.panel.applet.command.gschema.xml.in.in @@ -0,0 +1,19 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.panel.applet.command"> + <key name="command" type="s"> + <default>'date +%T'</default> + <_summary>Command to execute</_summary> + <_description>Command/script to execute to get the output</_description> + </key> + <key name="interval" type="i"> + <default>1</default> + <_summary>Interval for the command</_summary> + <_description>Interval to execute the command (in seconds)</_description> + </key> + <key name="show-icon" type="b"> + <default>false</default> + <_summary>Show icon</_summary> + <_description>If applet icon is shown or not</_description> + </key> + </schema> +</schemalist> |