bumblebee-status/bumblebee_status/core
tobi-wan-kenobi b42323013d fix(config): make config file keys case sensitive
Since the configparser library by default parses keys case insensitive
(all lowercase), certain mappings, especially in the pulseaudio modules,
could fail ("internal" pulseaudio device names are matched against
entries in the configuration).

fixes #992
2023-09-15 15:06:57 +02:00
..
__init__.py [core] restructure to allow PIP packaging 2020-05-09 21:22:00 +02:00
config.py fix(config): make config file keys case sensitive 2023-09-15 15:06:57 +02: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 [core] fix importlib.util error 2023-04-11 12:42:55 +02:00
output.py [core/output] fix broken output 2022-09-18 16:50:43 +02:00
theme.py Added path for themes directory when installed via pipx 2023-03-25 15:27:42 -07:00
widget.py [modules] add a module "keys" that shows whether a key is pressed 2021-03-13 13:17:20 +01:00