bumblebee-status/bumblebee
Tobias Witek db8737a6aa [modules/nic] Add interface type cache to avoid too many open files
Repeatedly querying the interface type the way I'm doing right now
results in "too many files open" pretty quickly. Obviously, it's a bit
of a concern that I am leaking a file descriptor somewhere, but for now,
the quickfix is to cache the type (it shouldn't change, anyhow).
2016-11-05 13:47:27 +01:00
..
modules [modules/nic] Add interface type cache to avoid too many open files 2016-11-05 13:47:27 +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 [config] Allow parameter passing via commandline 2016-11-05 12:28:05 +01:00
engine.py [all] Refactor module <-> output communication 2016-11-05 08:59:43 +01:00
module.py [modules] Re-enable nic module + allow widget states 2016-11-05 13:42:26 +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