Attribute name |
Description |
Default value |
icon-width |
integer that represents width of each icon on the toolbar in pixels |
32 |
icon-height |
integer that represents height of each icon on the toolbar in pixels |
32 |
bar-color |
integer that represents color of the toolbar in line hidden mode |
80 |
bar-height |
integer that represents height of the bar in hidden mode (width of a line) in pixels |
1 |
bar-width |
integer that represents width of the bar in hidden mode (width of a line) in pixels |
1 |
string default - that tells the width of the bar will be computed as a sum of widths of all icons the bar contains |
default |
position |
string that represents placement information of the bar. Possible values are:
n - bar will be placed on upper edge of screen
ne - bar will be placed on upper-right corner of screen
e - bar will be placed on right edge of screen
se - bar will be placed on lower-right edge of screen
s - bar will be placed on lower edge of screen
sw - bar will be placed on lower-left edge of screen
w - bar will be placed on left edge of screen
nw - bar will be placed on upper-left edge of screen
|
n |
bar-time |
integer that represents after how many seconds bar will hide when mouse pointer is not over the bar |
1 |
double |
string true double click to execute command |
false |
click-interval |
interval 250 interval between button clicks [msec] |
250 |
layout |
string that informs the bar to be placed horizontal or vertical |
horizontal |
hoffset |
integer that represents horizontal offset (in pixels) from position corner of the screen. It has meaning only when layout is horizontal and position is one of following: ne, nw, se, sw |
0 |
voffset |
integer that represents vertical offset (in pixels) from position corner of the screen. It has meaning only when layout is vertical and position is one of following: ne, nw, se, sw |
0 |
balloon-color |
integer that represents background color of a balloon tooltip |
|
font-color |
integer that represents foreground (text) color of a balloon tooltip |
|
font-name |
string that represents name of a font used by balloon tooltip |
|
font-size |
integer that represents size of a font used by balloon tooltip |
|
font-dir |
string that represents directory of TTF containing font used by tooltip balloon |
|
show-balloon |
string true when tooltip balloon should be shown, false if balloon tooltip should not be shown. Default true |
|
daemonize |
qlbar will be run in the background |
|
log |
application will produce default (warn level) logs |
|
loglevel |
the log level: trace, debug, info, warn, error, fatal |
warn |
logfile |
log filename, default: stderr |
|