.\" Man page for gtrayicon. .\" Licensed under version 3 and later of the GNU General Public License. .\" Written by Taylor LeMasurier-Wren .TH gtrayicon 1 .SH NAME gtrayicon - Generic tray icon for GNOME .SH DESCRIPTION Generic tray icon for GNOME is a small utility which allows to add a icon to the system tray that can be used to trigger customized enable/disable actions. .SH OPTIONS .TP .BI --tooltip=string string to appear as tooltip .TP .BI --activate=cmd activate command .TP .BI --deactivate=cmd deactivate command .TP .BI --activate-icon=icon-path icon to show for 'activate' action .TP .BI --deactivate-icon=icon-path icon to show for 'deactivate' .TP .BI --menu-file=menu-path custom menu to display for right button .TP .BI --activated start in 'activated' state (default: 'deactivated' state) .SH EXAMPLE Activate action: start webfs (web server) setting a pid file .br Deactivate action: kill that webfs instance .TP gtrayicon \\ \-\-activate="/usr/bin/webfsd \-k /tmp/pid.file \-r /var/www" \\ \-\-deactivate="cat /tmp/pid.file | xargs \-ipid kill \-TERM pid" .SH MENU For an example on how to write a menu file,see .br /usr/share/doc/gtrayicon/examples/sample.menu .SH SEE ALSO Website: http://gtrayicon.sourceforge.net/ .SH AUTHOR Gtrayicon was written by Javier Valencia (javiervalencia80 at gmail.com) This Man page was written by Taylor LeMasurier-Wren