bumblebee-status/core
Tobias Witek 84833dc7db [core] Add (partial) support for states
Add states to the modules and widgets. Widgets are mostly just a
pass-through (backwards compatibility, and ease of use - making states
directly inside the widgets would require more code inside the modules
to ensure that each widget is correctly updated).

Still missing:
- Separators during partial update (right now, it takes one interval
until separators are drawn correctly)
2020-02-23 21:13:49 +01:00
..
__init__.py Add missing __init__.py 2020-01-19 14:22:56 +01:00
config.py [core/config] Add stub for autohide 2020-02-22 13:44:44 +01:00
decorators.py [core] Nicify error widget 2020-02-23 14:52:58 +01:00
event.py [core/theme|output] Add separators 2020-02-22 13:42:44 +01:00
input.py [main] Add input thread logic and logging 2020-02-08 13:56:52 +01:00
module.py [core] Add (partial) support for states 2020-02-23 21:13:49 +01:00
output.py [core] Add (partial) support for states 2020-02-23 21:13:49 +01:00
theme.py [core] Add (partial) support for states 2020-02-23 21:13:49 +01:00
widget.py [core] Add (partial) support for states 2020-02-23 21:13:49 +01:00