bumblebee-status/core
tobi-wan-kenobi 4cd6444bbf [core/theme] Improve items that are lists
Until now, using a list as prefix/suffix didn't work as expected,
because the corresponding method for retrieving the value was called
multiple times, and each time, the next icon would be retrieved.

Changed the logic inside the theme to only update the indices every time
that an actual update was happening.
2020-04-12 14:01:51 +02:00
..
__init__.py Add missing __init__.py 2020-01-19 14:22:56 +01:00
config.py [core/config] Ignore malformed parameters 2020-04-08 11:50:00 +02:00
decorators.py [modules] Adjust update schedules 2020-04-02 16:30:31 +02:00
event.py [core/event] Remove debug output 2020-04-04 13:57:54 +02:00
input.py [core/input] Move event handling to core.event 2020-04-04 13:52:10 +02:00
module.py [core/module] improved handling of import errors 2020-04-11 12:59:39 +02:00
output.py [core/output] Fix drawing of separator backgrounds 2020-04-08 14:13:18 +02:00
theme.py [core/theme] Improve items that are lists 2020-04-12 14:01:51 +02:00
widget.py [core/widget] Use __ for private variables 2020-04-04 13:58:22 +02:00