lemonbar: Change write queue to Shelf.

Possibly significant performance increase
This commit is contained in:
kuben
2020-01-06 23:13:58 +01:00
committed by Jakub Fojt
parent a57aa206aa
commit c63af798fe
3 changed files with 5 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ kill_on_unfocus = []
logger = None
health_logger = None
write_queue = None # TODO Actually, why is this a queue? Just last element is important
bar_in_shelf = None
# TODO bar mode can be moved to i3Module
class bar_mode(Enum):