File: org.mate.panel.applet.command.gschema.xml.in.in

package info (click to toggle)
mate-applets 1.8.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,964 kB
  • ctags: 2,090
  • sloc: ansic: 21,842; python: 1,503; makefile: 1,233; xml: 65; sh: 20
file content (19 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>