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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
trayer
NAME
trayer is a lightweight GTK2-based systray for UNIX desktop
SYNOPSYS
trayer [OPTION]...
DESCRIPTION
trayer is small program designed to provide systray functionality present
in GNOME/KDE desktop enviroments for window managers wchich doesn't
support that function. It's similar to other applications such as
'peksystray' and 'docker'.
trayer code was extracted from fbpanel application, you can find more
about it on it's homepage: http://fbpanel.sourceforge.net/
You can find new versions of trayer and support on FVWM-Crystal
project homepage: http://fvwm-crystal.berlios.de/
OPTIONS
-h - prints help message and exits
-v - prints version and exits
--edge - screen edge to use <left|right|top|bottom>
--align - alignment <left|center|right>
--margin - length of margin in pixels
--distance - space between trayer's window and screen
edge
--widthtype - how panel width is calculated:
request - follow widgets' size requests. can shrink
or grow dynamically
pixel - ocupy fixed number of pixels, then 'width'
variable holds a number
percent - be 'width' precent of an edge
--width - width of a panel (not used with --widthtype=request)
--heighttype - how panel height is calcilated:
pixel - ocupy fixed number of pixels, then 'height'
variable holds a number
--height - height of a panel in pixels
--SetDockTpe - Identify panel window type as dock <true|false>
--SetPartialStrut - Reserve panel's space so that it will not be covered
by maximazied windows <true|false>
--transparent - use transparency <true|false>
--tint - color used to "tint" background wallpaper
with
--alpha - pocentage of transparency <0-256>
--expand - specifies if trayer can accomodate extra
space or not <true|false>
--padding - extra space between trayer's window frame
and docked icons
AUTHORS
Maciej Delmanowski <harnir@users.berlios.de>
Anatoly Asviyan <aanatoly@users.sf.net> - fbpanel
|