f33711f49f
User can now use -p <key>=<value> to pass configuration parameters to modules. For this, the module gets a "parameter()" method. Parameter keys are in the format <name>.<key> where <name> is the name of the loaded module. This is either the name of the module itself (e.g. "cpu") or its alias, if the user specified it, for example: bumblebee-status -m cpu -p cpu.warning=90 vs. bumblebee-status -m cpu:test -p test.warning=90 see #23 |
||
---|---|---|
.. | ||
modules | ||
__init__.py | ||
test_config.py | ||
test_engine.py | ||
test_i3baroutput.py | ||
test_module.py | ||
test_store.py | ||
test_theme.py | ||
util.py |