1 Description: Debian manpage and path setup
2 Author: Jens Peter Secher <jps@debian.org>
4 ===================================================================
5 --- /dev/null 1970-01-01 00:00:00.000000000 +0000
6 +++ trayer/trayer.1 2011-05-08 21:38:37.000000000 +0200
8 +.TH TRAYER 1 "Feb 14, 2005" "FVWM\-Crystal"
10 +trayer \- a lightweight GTK2\-based systray for UNIX desktop
19 +.RI \| left \||\| right \||\| top \||\| bottom \||\| none \|]
22 +.RI \| left \||\| right \||\| center \|]
27 +.RB [\| \-\-widthtype
28 +.RI \| request \||\| pixel \||\| percent
34 +.RB [\| \-\-heighttype
40 +.RB [\| \-\-SetDockType
41 +.RI \| true \||\| false \|]
43 +.RB [\| \-\-SetPartialStrut
44 +.RI \| true \||\| false \|]
46 +.RB [\| \-\-transparent
47 +.RI \| true \||\| false \|]
58 +.RB [\| \-\-distancefrom
59 +.RI \| left \||\| right \||\| top \||\| bottom \||\| none \|]
62 +.RI \| true \||\| false \|]
69 +is a small program designed to provide system tray similar to these in
73 +desktop environments for window managers which does not
74 +support that function. It is similar to other applications such as
78 +System tray is a place, where many applications put their icons, so they are
79 +always visible. Such icons may present status of an application and allow user
80 +to control the program.
82 +\fBtrayer\fP's code was extracted from \fBfbpanel\fP application, you can find more
83 +about it on its homepage: http://fbpanel.sourceforge.net/.
85 +This programs follow the usual GNU command line syntax, with long
86 +options starting with two dashes (`-').
87 +A summary of options is included below.
92 +Show summary of options and exit.
98 +Show version of program and exit.
101 +\fB\-\-edge\fP \fIleft\fP\||\|\fIright\fP\||\|\fItop\fP\||\|\fIbottom\fP\||\|\fInone\fP
102 +Specifies a screen edge to use.
105 +\fB\-\-align\fP \fIleft\fP\||\|\fIcenter\fP\||\|\fIright\fP
106 +Specifies an align of the icons.
109 +\fB\-\-margin\fP \fI<size>\fP
110 +Specifies length of margin (in pixels)
113 +\fB\-\-widthtype\fB \fIrequest\fP\||\|\fIpixel\fP\||\|\fIpercent\fP
114 +Specifies method of calculating trayer's window width:
118 +Follow application icons' size, so trayer may shrink or expand dynamically.
122 +Set a fixed size, given with \fB\-\-width\fP option in pixels.
126 +Set a fixed size, given with \fB\-\-width\fP option in percentage of a length of screen edge.
130 +\fB\-\-width\fP \fI<size>\fP
131 +Width of trayer's window. Ignored when \fB\-\-widthtype\fP is set to \fIrequest\fP.
134 +\fB\-\-heighttype\fP \fIrequest\fP\||\|\fIpixel\fP\||\|\fIpercent\fP
135 +Specifies method of calculating trayer's window height:
139 +Follow application icons' size, so trayer may shrink or expand dynamically.
143 +Set a fixed size, given with \fB\-\-height\fP option in pixels.
147 +Set a fixed size, given with \fB\-\-height\fP option in percentage of a length of screen edge.
151 +\fB\-\-height\fP \fI<size>\fP
152 +Height of trayer's window. Ignored when \fB\-\-heighttype\fP is set to \fIrequest\fP.
155 +\fB\-\-SetDockType\fP \fItrue\fP\||\|\fIfalse\fP
156 +Identify panel window type as dock.
159 +\fB\-\-SetPartialStrut\fP \fItrue\fP\||\|\fIfalse\fP
160 +Reserve panel space so that it will not be covered by maximized windows.
163 +\fB\-\-transparent\fP \fItrue\fP\||\|\fIfalse\fP
167 +\fB\-\-alpha\fP \fI<value>\fP
168 +Percentage of transparency (0 \- nontransparent, 255 \- fully transparent)
171 +\fB\-\-tint\fP \fI<color>\fP
172 +Color used to tint transparent background. Color is given as a 24-bit C hexadecimal integer, for example: 0xff0000 is red, 0xff8800 is orange and 0x00ff00 is green.
175 +\fB\-\-distance\fP \fI<length>\fP
176 +Specifies distance between trayer's window and screen edge (in pixels)
179 +\fB\-\-distancefrom\fP \fI<edge>\fP
180 +Specifies which edge to calculate distance from, see above.
183 +\fB\-\-expand\fP \fItrue\fP\||\|\fIfalse\fP
184 +Specifies whether trayer may accommodate extra space when there is too much
188 +\fB\-\-padding\fP \fI<size>\fP
189 +Extra space between icons and trayer window's border.
194 +Anatoly Asviyan <aanatoly@users.sf.net> \- fbpanel
196 +Rafal Bisingier <ravbc@man.poznan.pl>
198 +Maciej Delmanowski <harnir@users.berlios.de>
200 +Grzegorz Nieweglowski <hoppke@dobremiasto.net>
204 +This manual page was written by Tomasz Melcer <liori@interia.pl>.