bumblebee-status/bumblebee/modules
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
..
__init__.py [core/engine] Add module loading logic 2016-12-04 11:09:10 +01:00
cmus.py [modules/nic] Re-enable NIC module 2016-12-10 11:25:02 +01:00
cpu.py [modules/cpu] Pad to 3 digits before comma to fix width 2016-12-10 09:04:12 +01:00
date.py [modules/datetime] Re-enable datetime module 2016-12-09 07:11:23 +01:00
datetime.py [modules/datetime] Use parameter functionality to get format 2016-12-09 08:23:53 +01:00
nic.py [modules/nic] Re-enable NIC module 2016-12-10 11:25:02 +01:00
test.py [modules/datetime] Use parameter functionality to get format 2016-12-09 08:23:53 +01:00
time.py [modules/datetime] Re-enable datetime module 2016-12-09 07:11:23 +01:00