lemonbar: Change write queue to Shelf.
Possibly significant performance increase
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user