diff options
author | Xiaotian Wu <[email protected]> | 2023-01-01 21:56:03 +0800 |
---|---|---|
committer | Xiaotian Wu <[email protected]> | 2023-01-01 22:53:43 +0800 |
commit | af99fd853aeb029e51ef9e3db9eb472271bbc48e (patch) | |
tree | 0313b125ff95542d4a369372b100a3adb7f7998b /help/mate-fish/C/fish-settings.duck | |
parent | c7643edf77c5871b14e2196f347385a0d1557e04 (diff) | |
download | mate-panel-af99fd853aeb029e51ef9e3db9eb472271bbc48e.tar.bz2 mate-panel-af99fd853aeb029e51ef9e3db9eb472271bbc48e.tar.xz |
use Ducktype to generate mallard
Diffstat (limited to 'help/mate-fish/C/fish-settings.duck')
-rw-r--r-- | help/mate-fish/C/fish-settings.duck | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/help/mate-fish/C/fish-settings.duck b/help/mate-fish/C/fish-settings.duck new file mode 100644 index 00000000..e446deb7 --- /dev/null +++ b/help/mate-fish/C/fish-settings.duck @@ -0,0 +1,27 @@ +@ducktype/1.0 +@define applet Fish + += Preferences + [topic #fish-settings] +@link[guide >index group="fish-settings"] + +To configure $app($applet;), right-click on the $app($applet;) applet, then choose $gui[.menu](Preferences). + +[terms] +- $gui(Name of fish) +* Use this text box to specify the name of the fish. + +- $gui(Command to run when clicked) +* By default, $app($applet;) runs the $cmd(fortune) command when you click on the applet. Use this text box to specify an alternative command to run. + +- $gui(File) +* Use this field to select the image to display in the applet. You can select an image that is supplied with the applet or a personal image. + +- $gui(Total frames in animation) +* Use this spin box to specify the number of frames in the animation. + +- $gui(Pause per frame) +* Use this spin box to specify the pause in seconds between each frame in the animation. + +- $gui(Rotate on vertical panels) +* Select this option to rotate the applet image when you add the applet to a vertical panel. |