bumblebee-status/bumblebee/modules
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
..
__init__.py [core/engine] Add module loading logic 2016-12-04 11:09:10 +01:00
cpu.py [core] Add input processing 2016-12-09 19:29:16 +01:00
date.py [modules/datetime] Re-enable datetime module 2016-12-09 07:11:23 +01:00
datetime.py [modules/datetime] Use parameter functionality to get format 2016-12-09 08:23:53 +01:00
test.py [modules/datetime] Use parameter functionality to get format 2016-12-09 08:23:53 +01:00
time.py [modules/datetime] Re-enable datetime module 2016-12-09 07:11:23 +01:00