lemonbar: Change write queue to Shelf.
Possibly significant performance increase
This commit is contained in:
@@ -42,7 +42,7 @@ class LemonModule(threading.Thread):
|
||||
break
|
||||
|
||||
parsed = self.parse(line)
|
||||
common.write_queue.put(parsed)
|
||||
common.bar_in_shelf.put(parsed)
|
||||
|
||||
def stop(self):
|
||||
self._stop_module()
|
||||
|
||||
Reference in New Issue
Block a user