Show workspaces and outputs on initial lemonbar start
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user