STALONETRAY(1) | User Commands | STALONETRAY(1) |
stalonetray - stand-alone system tray (notification area) implementation. This document covers 0.8 version of stalonetray.
stalonetray [option...]
Stalonetray is a stand-alone system tray (notification area) for X Window System/X11 (e.g. XOrg or XFree86). It has minimal build and run-time dependencies: an X11 lib only. Complete XEMBED support is under development. Stalonetray works with virtually any EWMH-compliant window manager.
The behaviour and the look of stalonetray can be configured either via command line options or via configuration file. As usual, command-line options have precedence over options that are specified in the configuration file.
Names of command line parameter may have two variants: short (-o) and long (--option). Write -ovalue or -o value to pass a value using the short name of a parameter; to pass a value using a long name, write --option value or --option=value. All flag-like parameters have optional boolean value that when ommited is assumed to be "true". Write "true", "yes", "1", for positive boolean values, and "false", "no", "0" for negative ones.
Default configuration file is $HOME/.stalonetrayrc. A configuration file contains case-insensetive keyword-argument pairs, one per line. Lines starting with ´#´ and empty lines are ignored. Alternatively, confiuration file can specified via -c or --config command-line options.
Below is the list of possible command line/configuration file options. Options starting with hyphens are command-line parameters others are configuration file keywords. Options that are new in 0.8 version are marked with "NEW in 0.8".
-bg color, --background color, background color
-c filename, --config filename
-d decspec, --decorations decspec, decorations decspec
-display display, display display
--dockapp-mode [mode], dockapp_mode [mode]
-f [level], --fuzzy-edges [level], fuzzy_edges [level]
--geometry geometry_spec, geometry geometry_spec
--grow-gravity gravity, grow_gravity gravity
--icon-gravity gravity, icon_gravity gravity
-i n, --icon-size n, icon_size n
-h, --help
--log-level level, log_level level
--kludges kludge [,kludge...]
--max-geometry geometry_spec, max_geometry geometry_spec
--no-shrink, no_shrink [bool]
-p, --parent-bg, parent_bg [bool]
--pixmap-bg path_to_xpm, pixmap_bg path_to_xpm
-r name, --remote-click-icon name
--remote-click-button n
--remote-click-position xxy
--remote-click-type type
-s n, --slot-size n, slot_size n
--scrollbars mode, scrollbars mode
--scrollbars-highlight mode, scrollbars_highlight mode
--scrollbars-size n, scrollbars_size n
--scrollbars-step n, scrollbars_step n
--skip-taskbar, skip_taskbar [bool]
--sticky, sticky [bool]
--tint-color, tint_color [bool]
--tint-level, tint_level [level]
-t, --transparent, transparent [bool]
-v, --vertical, vertical [bool]
--window-layer layer, window_layer layer
--window-strut mode, window_strut mode
--window-type type, window_type type
--xsync, xsync [bool]
As of stalonetray 0.8, the following command line and configuration file parameters are depricated:
--dbg-level, dbg_level
--max-tray-width, --max-tray-height, max_tray_width, max_tray_height
-w, --withdrawn, withdrawn
--respect-icon-hints, respect_icon_hints
$HOME/.stalonetrayrc — default configuration file.
There are some, definetly.
If you have found a bug, please try to reproduce it with the log level set to trace and send the log file to me: busa_ru@users.sourceforge.net. If you need support, the best way to get it is also to e-mail me directly. If you have installed stalonetray from a distribution repository, you can also file a bug in the respective bug tracking database.
11/06/2010 | stalonetray 0.8 |