Browse Source

fixed i3 bar size

master
Robin Thoni 8 years ago
parent
commit
8aaf093535

BIN
i3/i3/status/i3status/__pycache__/change_i3pystatus.cpython-34.pyc View File


+ 1
- 1
i3/i3/status/i3status/change_i3pystatus.py View File

@@ -14,7 +14,7 @@ import traceback
14 14
 ###############################################################################
15 15
 # Tools
16 16
 ###############################################################################
17
-g_i3bar_size = 20
17
+g_i3bar_size = 18
18 18
 
19 19
 
20 20
 def exec(s):

Loading…
Cancel
Save