Minor edits

This commit is contained in:
Derek Taylor
2023-08-08 17:32:36 -05:00
parent 42a11a7fb0
commit eb90b98ebf

View File

@@ -439,13 +439,13 @@ def init_widgets_list():
) )
], ],
), ),
widget.Spacer(
length = 6,
foreground = colors[2]
),
widget.Systray( widget.Systray(
padding = 4 padding = 4
), ),
widget.Spacer(
length = 8,
foreground = colors[2]
),
] ]
return widgets_list return widgets_list
@@ -456,7 +456,7 @@ def init_widgets_list():
def init_widgets_screen1(): def init_widgets_screen1():
widgets_screen1 = init_widgets_list() widgets_screen1 = init_widgets_list()
del widgets_screen1[16] # Removes unwanted widgets (systray) on Monitors 1,3 del widgets_screen1[15] # Removes unwanted widgets (systray) on Monitors 1,3
return widgets_screen1 return widgets_screen1
def init_widgets_screen2(): def init_widgets_screen2():