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 57
|
This file gives a short description of the configuration possibilities of
bbsload.
** Configuring bbsload **
------------------------
Blackbox users:
By default bbsload reads the Blackbox style-file as defined in .blackboxrc
and copies as much of the style as possible. The result is a application
which looks a lot like the toolbar.
Configuration options can be changed in bbsload.bb.
Most likely you want to change some of these options,
The global configuration file can be found in $datadir/bbtools/bbsload.bb
(default: $datadir=/usr/local/share/).
A local configuration can be made by copying the bbsload.bb file to
$HOME/.bbtools/bbsload.bb and editing it.
Users other Window managers:
Configuration options can be changed in bbsload.bb.
Most likely you want to change some of these options,
The global configuration file can be found in $datadir/bbtools/bbsload.nobb
(default: $datadir=/usr/local/share/).
A local configuration can be made by copying the bbsload.nobb file to
$HOME/.bbtools/bbsload.nobb and editing it.
** Reconfigure bbsload.**
------------------------
Automatic update style:
If the resource : bbsload.autoConfig: true
The tool will periodically check if the main config files, .blackboxrc
for Blackbox users and bbsload.nobb for other WM's to see if
they have changed. If so bbsload will reconfigure.
Copying the look of the Blackbox toolbar .
------------------------------------------
bbsload can automaticly copy the style of the blackbox toolbar.
It copies:
toolbar -> bbsload.frame
toolbar.label -> bbsload.label
toolbar.color -> bbsload.frame.color
toolbar.colorTo -> bbsload.frame.colorTo
toolbar.label.color -> bbsload.label.color
toolbar.label.colorTo -> bbsload.label.colorTo
toolbar.textColor -> bbsload.*.counter.textColor
bevelWidth -> bbsload.bevelWidth
titleFont -> bbsload.*.font
WARNING: if .bbtoolsrc is defined it won't copy the blackbox style.
|