[doc] document additional config file parameters

see #678
This commit is contained in:
tobi-wan-kenobi 2020-07-27 07:04:47 +02:00
parent 969378846f
commit 72d255f0ae

View file

@ -110,6 +110,10 @@ An example:
Configuration files Configuration files
------------------- -------------------
Using a configuration file, it is possible to define a list of modules
that will be loaded if no modules are specified on the CLI, as well as
defining a default theme to use.
Any parameter that can be specified using ``-p <name>=<value>`` on the Any parameter that can be specified using ``-p <name>=<value>`` on the
commandline, can alternatively be specified in one of the following commandline, can alternatively be specified in one of the following
configuration files: - ~/.bumblebee-status.conf - configuration files: - ~/.bumblebee-status.conf -
@ -122,6 +126,10 @@ Configuration files have the following format:
:: ::
[core]
modules = <comma-separated list of modules to load>
theme = <theme to use by default>
[module-parameters] [module-parameters]
<key> = <value> <key> = <value>
@ -131,3 +139,5 @@ For example:
[module-parameters] [module-parameters]
github.token=abcdefabcdef12345 github.token=abcdefabcdef12345