f5052473fb
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. |
||
---|---|---|
.. | ||
__init__.py | ||
config.py | ||
decorators.py | ||
event.py | ||
input.py | ||
module.py | ||
output.py | ||
theme.py | ||
widget.py |