bumblebee-status/bumblebee_status/core
tobi-wan-kenobi b90346424b [core/output] rate-limit output (see #917)
according to research (Jakob Nielsen '93), roughly 0.1s is what is
required for the user to feel "instantaneous".

based on this, rate-limit updates to only once per ~0.03s (0.1 felt
really laggy for me, so let's be conservative)
2022-09-01 21:15:14 +02:00
..
__init__.py [core] restructure to allow PIP packaging 2020-05-09 21:22:00 +02:00
config.py [core/config] fix autohide parameter from configuration file 2021-11-05 13:57:05 +01:00
decorators.py [core/decorators] add docstrings 2020-05-16 15:28:15 +02:00
event.py [core] make bumblebee more reactive 2021-03-13 14:10:30 +01:00
input.py [core/input] methods can be event callbacks 2022-03-04 09:35:43 +01:00
module.py fix typo 2022-07-21 11:37:33 +05:30
output.py [core/output] rate-limit output (see #917) 2022-09-01 21:15:14 +02:00
theme.py [core/theme] add support for XDG_DATA_DIRS 2022-07-03 13:56:02 +02:00
widget.py [modules] add a module "keys" that shows whether a key is pressed 2021-03-13 13:17:20 +01:00