lemonbar: Fix local timezone
This commit is contained in:
@@ -185,7 +185,7 @@ class i3_thread:
|
||||
i3_th.thread.join()
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser(description='Blah blah blah.')
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('--debug', action='store_true')
|
||||
args = parser.parse_args()
|
||||
if(args.debug):
|
||||
|
||||
Reference in New Issue
Block a user