lemonbar: Screen working somewhat. Remove one fifo
This commit is contained in:
@@ -99,7 +99,9 @@ controls = ' '.join([block(fg=conf.color_head, bg=conf.color_sec_b2)
|
||||
])
|
||||
def update_response(data):
|
||||
global response
|
||||
|
||||
resp = ' '.join(data)
|
||||
#common.logger.debug('Got response {}'.format(resp))
|
||||
response= ''.join(['%{r}', single_sect(text=resp)])
|
||||
|
||||
def update_displays(data):
|
||||
@@ -282,8 +284,8 @@ def parse_line(line_in):
|
||||
print('Exception occured\n Line in: {}\n Data: {}'.format(line_in, line_in[l:].split()))
|
||||
raise
|
||||
|
||||
#return '%s\n' + format_line() # Done this way in .sh
|
||||
return format_line()
|
||||
formatted_line = format_line()
|
||||
return formatted_line
|
||||
|
||||
if __name__ == "__main__":
|
||||
for line in sys.stdin:
|
||||
|
||||
Reference in New Issue
Block a user