bumblebee-status/core
Tobias Witek 66537fbe05 [core/output] Rewrite to hide sys.stout
Add generic "draw()" method that redirects internally to the actual
calls. These can now produce JSON, which is nicer because:

1. Easier to use during testing
2. More flexible
3. Centralizes printing (somewhat)

Still, the "suffix" concept isn't really nice, but so far, I have no
better approach.
2020-02-01 21:37:38 +01:00
..
__init__.py Add missing __init__.py 2020-01-19 14:22:56 +01:00
config.py [core/config] Add interval (as parameter store) 2020-01-25 14:24:21 +01:00
module.py [core/module] Add very basic widget capability 2020-01-26 14:06:09 +01:00
output.py [core/output] Rewrite to hide sys.stout 2020-02-01 21:37:38 +01:00
widget.py [core/widget] Add widget class 2020-01-26 13:58:29 +01:00