bumblebee-status/bumblebee
Tobi-wan Kenobi a045962d00 [modules/nic] Re-enable NIC module
Re-add the NIC module with all its functionality (hopefully...).

This introduces a new concept: Instead of having separate queries for
critical and warning (which really are just another set of states), a
module can now return a list of states for each widget. All the state
information is then merged together into a single theme. So, for
instance, the NIC module can return a state saying "critical -
wlan-down", which applies the theme information for both "critical" and
"wlan-down".

see #23
2016-12-10 11:25:02 +01:00
..
modules [modules/nic] Re-enable NIC module 2016-12-10 11:25:02 +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/input] Add callback deregistration 2016-12-10 10:26:07 +01:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py [core/input] Execute commands in background 2016-12-10 10:47:23 +01:00
output.py [modules/nic] Re-enable NIC module 2016-12-10 11:25:02 +01:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py [modules/nic] Re-enable NIC module 2016-12-10 11:25:02 +01:00
util.py [modules/cmus] Re-add cmus module 2016-12-10 07:47:24 +01:00