bumblebee-status/bumblebee/modules
Tobias Witek 0f6b418385 [modules] Add NIC module
Add a module that displays the status of all NICs (interface name, list
of IPs and state).

In its status, it also exposes whether it's a WiFi or a wired NIC.

For this functionality, additional code was implemented to allow a
module to add multiple elements to the bar at once. The framework calls
the module until its "next()" method return False.
2016-10-31 13:03:16 +01:00
..
__init__.py [modules] Initial module loading framework 2016-10-30 17:30:09 +01:00
battery.py [modules/battery] Add warning and critical functionality for battery 2016-10-31 12:01:21 +01:00
cpu.py [modules] Add module for measuring CPU utilization 2016-10-31 12:16:23 +01:00
date.py [modules] Add module "date" as alias of "time" 2016-10-31 11:11:53 +01:00
memory.py [modules] Add module for displaying RAM usage 2016-10-31 12:11:39 +01:00
nic.py [modules] Add NIC module 2016-10-31 13:03:16 +01:00
time.py [modules] Add module "date" as alias of "time" 2016-10-31 11:11:53 +01:00