bumblebee-status/bumblebee/modules
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
..
__init__.py [modules] Initial module loading framework 2016-10-30 17:30:09 +01:00
battery.py [modules] Re-enable nic module + allow widget states 2016-11-05 13:42:26 +01:00
cpu.py [modules] Re-enable nic module + allow widget states 2016-11-05 13:42:26 +01:00
date.py [modules/date] Combine to datetime module with date and time aliases 2016-10-31 14:39:52 +01:00
datetime.py [modules/date] Combine to datetime module with date and time aliases 2016-10-31 14:39:52 +01:00
disk.py [modules] Re-enable nic module + allow widget states 2016-11-05 13:42:26 +01:00
dnf.py [modules/dnf] Only do update check every 'interval' 2016-11-04 19:01:19 +01:00
memory.py [modules] Re-enable nic module + allow widget states 2016-11-05 13:42:26 +01:00
nic.py [modules/nic] Add interface type cache to avoid too many open files 2016-11-05 13:47:27 +01:00
pasink.py [modules] Add pulseaudio control modules 2016-10-31 14:27:51 +01:00
pasource.py [modules] Add pulseaudio control modules 2016-10-31 14:27:51 +01:00
pulseaudio.py [modules] Add default click events to various modules 2016-11-01 08:18:46 +01:00
spacer.py [modules] Allow modules to provide default click actions 2016-11-01 08:09:10 +01:00
time.py [output] Allow modules to pass back a single widget 2016-11-05 13:12:30 +01:00