bumblebee-status/bumblebee
Tobias Witek d48e661d97 [modules/traffic] Fix delta calculation
A previous commit broke the traffic module by deleting widgets during
each iteration. This is fatal as the widgets contain the traffic
information from the previous iteration, for delta calculation.

Store previous traffic data in the module itself instead.
2017-06-05 15:06:56 +02:00
..
modules [modules/traffic] Fix delta calculation 2017-06-05 15:06:56 +02:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [config] Add logfile location parameter 2017-04-04 15:14:54 +02:00
engine.py [engine] Fix interval configuration 2017-03-16 21:04:24 +01:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py [input] Cleaner termination logic, also, remove /tmp/bee.log 2017-02-26 09:13:44 +01:00
output.py [Output] Only draw widget when full text is not empty 2017-05-26 21:36:01 +02:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py using io.open, instead of open (python 2.6/2.7) 2017-05-13 17:41:43 +03:00
util.py [core] Convert command output to utf-8 2017-04-26 07:51:11 +02:00