blob: 6ab7bd070f3690e61d773f18919f96a02624186f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.mate.panel.applet.fish">
<key name="name" type="s">
<default>'Wanda'</default>
<_summary>The fish's name</_summary>
<_description>A fish without a name is a pretty dull fish. Bring your fish to life by naming him.</_description>
</key>
<key name="image" type="s">
<default>'wanda.png'</default>
<_summary>The fish's animation pixmap</_summary>
<_description>This key specifies the filename of the pixmap which will be used for the animation displayed in the fish applet relative to the pixmap directory.</_description>
</key>
<key name="command" type="s">
<default>'fortune'</default>
<_summary>Command to execute on click</_summary>
<_description>This key specifies the command that will be tried to execute when the fish is clicked.</_description>
</key>
<key name="frames" type="i">
<default>8</default>
<_summary>Frames in fish's animation</_summary>
<_description>This key specifies the number of frames that will be displayed in the fish's animation.</_description>
</key>
<key name="speed" type="d">
<default>0.3</default>
<_summary>Pause per frame</_summary>
<_description>This key specifies the number of seconds each frame will be displayed.</_description>
</key>
<key name="rotate" type="b">
<default>false</default>
<_summary>Rotate on vertical panels</_summary>
<_description>If true, the fish's animation will be displayed rotated on vertical panels.</_description>
</key>
</schema>
</schemalist>
|