lemonbar: Cleaning up

Add connection to i3ws object. Log exceptions with debugger
This commit is contained in:
2019-12-03 21:11:04 +01:00
committed by kuben
parent 1367be34be
commit c6f48faff0
6 changed files with 32 additions and 44 deletions

View File

@@ -141,6 +141,9 @@ class i3ws(object):
out += item
return self.end_format % out
def command(self, cmd):
self.conn.command(cmd)
def display(self, text):
global print_stdout
if print_stdout: