bumblebee-status/bumblebee
Tobi-wan Kenobi f33711f49f [core] Pass configuration parameters to modules
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
2016-12-09 08:00:26 +01:00
..
modules [modules/datetime] Re-enable datetime module 2016-12-09 07:11:23 +01:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [core] Pass configuration parameters to modules 2016-12-09 08:00:26 +01:00
engine.py [core] Pass configuration parameters to modules 2016-12-09 08:00:26 +01:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
output.py [modules/datetime] Re-enable datetime module 2016-12-09 07:11:23 +01:00
store.py [core] Add "Store" interface 2016-12-09 07:41:07 +01:00
theme.py [modules/datetime] Re-enable datetime module 2016-12-09 07:11:23 +01:00