Show workspaces and outputs on initial lemonbar start

This commit is contained in:
kuben
2019-09-19 09:15:40 +02:00
parent a86415f264
commit 9f5078611c
2 changed files with 5 additions and 8 deletions

View File

@@ -123,7 +123,6 @@ def parse_status():
p_lemonbar = subprocess.Popen(config.lemonbar_args, stdin=subprocess.PIPE
, stdout=subprocess.PIPE, text=True)
lemonparser.parse_line('WSPINA1___main INA2___web FOC5___terms INA6___stats ') # TODO modular
while True:
data = common.parsing_queue.get() # Blocking read
if data is None: