Minor edits

This commit is contained in:
Derek Taylor
2023-08-16 20:47:48 -05:00
parent b9dd8bfb31
commit e93d4662a5
3 changed files with 143 additions and 20 deletions

View File

@@ -457,7 +457,7 @@ def init_widgets_screen1():
# All other monitors' bars will display everything but widgets 22 (systray) and 23 (spacer).
def init_widgets_screen2():
widgets_screen2 = init_widgets_list()
del widgets_screen2[22:23]
del widgets_screen2[22:24]
return widgets_screen2
# For adding transparency to your bar, add (background="#00000000") to the "Screen" line(s)