bumblebee-status/core
Tobias Witek e0df8b84e5 [core] Add input handling
Add a (half-finished) input library, that for now simply allows
registration and triggering of events.

As next steps, the trigger will happen as part of a separate thread that
reads input events.

Additionally, invoking commands via a execute() will be supported.

Thirdly, there is need of a way to selectively update the affected
modules (widgets), which should be possible given that the event
contains both the instance (widget ID) and name (module name).
2020-02-07 21:28:29 +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
input.py [core] Add input handling 2020-02-07 21:28:29 +01:00
module.py [core] Add input handling 2020-02-07 21:28:29 +01:00
output.py [core/output] Make bar actually work (flush output) 2020-02-02 21:21:24 +01:00
widget.py [core] Add support for module parameters 2020-02-04 21:09:11 +01:00