1gtrayicon(1)                General Commands Manual               gtrayicon(1)
2
3
4

NAME

6       gtrayicon - Generic tray icon for GNOME
7
8

DESCRIPTION

10       Generic  tray  icon  for GNOME is a small utility which allows to add a
11       icon to the  system  tray  that  can  be  used  to  trigger  customized
12       enable/disable actions.
13
14

OPTIONS

16       --tooltip=string
17              string to appear as tooltip
18
19       --activate=cmd
20              activate command
21
22       --deactivate=cmd
23              deactivate command
24
25       --activate-icon=icon-path
26              icon to show for 'activate' action
27
28       --deactivate-icon=icon-path
29              icon to show for 'deactivate'
30
31       --menu-file=menu-path
32              custom menu to display for right button
33
34       --activated
35              start in 'activated' state (default: 'deactivated' state)
36
37

EXAMPLE

39       Activate action: start webfs (web server) setting a pid file
40       Deactivate action: kill that webfs instance
41
42
43       gtrayicon \
44                --activate="/usr/bin/webfsd -k /tmp/pid.file -r /var/www" \
45                --deactivate="cat /tmp/pid.file | xargs -ipid kill -TERM pid"
46
47
49       For an example on how to write a menu file,see
50       /usr/share/doc/gtrayicon/examples/sample.menu
51
52

SEE ALSO

54       Website: http://gtrayicon.sourceforge.net/
55
56

AUTHOR

58       Gtrayicon   was   written   by  Javier  Valencia  (javiervalencia80  at
59       gmail.com)  This  Man  page  was  written  by  Taylor   LeMasurier-Wren
60       <ripps818@gmail.com>
61
62
63
64                                                                  gtrayicon(1)
Impressum