table of contents
STALONETRAY(1) | User Commands | STALONETRAY(1) |
NAME¶
stalonetray - stand-alone system tray (notification area) implementation. This document covers 0.8 version of stalonetray.
SYNOPSIS¶
stalonetray [option...]
DESCRIPTION¶
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. If it is not found, then $XDG_CONFIG_HOME/stalonetrayrc is checked for. 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.
Stalonetray can be configured to write diagnostic log messages to the sandard error stream.
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".
OPTIONS¶
-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 w[xw], slot_size w[xw]
--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]
DEPRECATIONS¶
As of stalonetray 0.8, the following command line and configuration file parameters are deprecated:
--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
FILES¶
$HOME/.stalonetrayrc — default configuration file.
BUGS¶
There are some, definetly.
If you need support, the best way to get it is open an issue at the stalonetray github page[1] or to e-mail me directly at <busa_ru@users.sourceforge.net>.
If you have found a bug, please try to reproduce it with the log level set to trace and redirect standard error stream to a file. Then attach the file to a github issue or to an e-mail. If the issue is intermittent, attach two log files -- one with the good and one with the bad behavior. If you have installed stalonetray from a package repository, you can also file a bug in the respective bug tracking system.
AUTHOR¶
Roman Dubtsov
NOTES¶
- 1.
- github page
06/23/2023 | stalonetray 0.8 |