bumblebee-status/bumblebee
Tobi-wan Kenobi e72c25b0bc [core] Add input processing
Create infrastructure for input event handling and add i3bar event
processing. For each event, callbacks can be registered in the input
module.
Modules and widgets both identify themselves using a unique ID (the
module name for modules, a generated UUID for the widgets). This ID is
then used for registering the callbacks. This is possible since both
widgets and modules are statically allocated & do not change their IDs.

Callback actions can be either callable Python objects (in which case
the event is passed as parameter), or strings, in which case the string
is interpreted as a shell command.

see #23
2016-12-09 19:29:16 +01:00
..
modules [core] Add input processing 2016-12-09 19:29:16 +01:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [core] Pass configuration parameters to modules 2016-12-09 08:00:26 +01:00
engine.py [core] Add input processing 2016-12-09 19:29:16 +01:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py [core] Add input processing 2016-12-09 19:29:16 +01:00
output.py [core] Add input processing 2016-12-09 19:29:16 +01:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py [all] More pylint fixes 2016-12-09 16:33:29 +01:00
util.py [core] Add input processing 2016-12-09 19:29:16 +01:00