<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="width" type="i">
      <default>60</default>
      <_summary>Width of output</_summary>
      <_description>Number of characters to display</_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>