bumblebee-status/core
tobi-wan-kenobi f5052473fb [core] Add preliminary block abstraction to output
The idea is to simplify the way the output module currently works by:
- introducing an abstraction that represents blocks; these abstractions
  contain all data - uninterpreted - required to draw a block
- separately from that, whenever the block is serialized into JSON,
  do the interpretation (pango vs. non-pango, etc.)

This - theoretically - should simplify code by creating two separate
concerns: collecting the data and actually interpreting it.
2020-04-05 10:53:17 +02:00
..
__init__.py Add missing __init__.py 2020-01-19 14:22:56 +01:00
config.py [core/config] Use __ for private variables and methods 2020-04-04 13:54:08 +02:00
decorators.py [modules] Adjust update schedules 2020-04-02 16:30:31 +02:00
event.py [core/event] Remove debug output 2020-04-04 13:57:54 +02:00
input.py [core/input] Move event handling to core.event 2020-04-04 13:52:10 +02:00
module.py [core/module] Use __ for private variables 2020-04-04 13:55:54 +02:00
output.py [core] Add preliminary block abstraction to output 2020-04-05 10:53:17 +02:00
theme.py [core] Add preliminary block abstraction to output 2020-04-05 10:53:17 +02:00
widget.py [core/widget] Use __ for private variables 2020-04-04 13:58:22 +02:00