taskbar works

This commit is contained in:
piotr
2021-01-15 05:02:06 +01:00
parent dfc1c1e9e6
commit a3b5905341
5 changed files with 63 additions and 73 deletions

View File

@@ -1,5 +1,10 @@
#!/usr/bin/env python3
from i3ipc import Connection
i3 = Connection()
i3_tree = None
old_ipc_data = {}
test_widget = None
config_dir = ""
config = None