bumblebee-status/bumblebee
Tobias Witek fdcc908d83 [core] Use class theme, if no specific module theme matches
For modules that use aliases, until now, *only* the alias theme was
considered. This is typically a bad idea (tm), as the "generic" case is
that of a module theme (e.g. "disk", not that of a theme per instance of
the module (i.e. "home", "root", etc.)).

Therefore, introduce the concept of a "class" theme that can be
optionall overridden by a specific module theme.

As a pleasant side-effect, this should bring back the disk icons for all
instances of the disk module :)

fixes #79
2017-05-10 20:01:29 +02:00
..
modules Adding simple stock ticker. 2017-05-09 13:23:18 -04:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [config] Add logfile location parameter 2017-04-04 15:14:54 +02:00
engine.py [engine] Fix interval configuration 2017-03-16 21:04:24 +01:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py [input] Cleaner termination logic, also, remove /tmp/bee.log 2017-02-26 09:13:44 +01:00
output.py [core] Use class theme, if no specific module theme matches 2017-05-10 20:01:29 +02:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py [core] Use class theme, if no specific module theme matches 2017-05-10 20:01:29 +02:00
util.py [core] Convert command output to utf-8 2017-04-26 07:51:11 +02:00