bumblebee-status/bumblebee
Tobias Witek 4e648cf009 [modules] Add module-specific configuration
Big oversight in my previous commits: Widgets need to be able to have
specific configurations (i.e. the path for different instances of the
"disk" module has to be different).

To account for that, it is now possible to assign an "alias" to a module
instance using ":" (for example: -m "disk:home"). This alias is then
used for the configuration parameter resolution automatically, for
example:

-m disk:home -p home.path=/home

As a consequence, parameter names in the module code are now relative to
the module, which means: shorter!
2016-11-05 14:26:02 +01:00
..
modules [modules] Add module-specific configuration 2016-11-05 14:26:02 +01:00
outputs [modules] Re-enable "disk" module 2016-11-05 13:23:46 +01:00
themes [modules] Re-enable battery module 2016-11-05 13:09:28 +01:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [modules] Add module-specific configuration 2016-11-05 14:26:02 +01:00
engine.py [modules] Add module-specific configuration 2016-11-05 14:26:02 +01:00
module.py [modules] Add module-specific configuration 2016-11-05 14:26:02 +01:00
output.py [modules] Re-enable nic module + allow widget states 2016-11-05 13:42:26 +01:00
theme.py [config] Allow parameter passing via commandline 2016-11-05 12:28:05 +01:00
util.py [modules] Add support for disk utilization 2016-10-31 13:34:48 +01:00