mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Minor edits
This commit is contained in:
@@ -439,13 +439,13 @@ def init_widgets_list():
|
||||
)
|
||||
],
|
||||
),
|
||||
widget.Spacer(
|
||||
length = 6,
|
||||
foreground = colors[2]
|
||||
),
|
||||
widget.Systray(
|
||||
padding = 4
|
||||
),
|
||||
widget.Spacer(
|
||||
length = 8,
|
||||
foreground = colors[2]
|
||||
),
|
||||
]
|
||||
return widgets_list
|
||||
|
||||
@@ -456,7 +456,7 @@ def init_widgets_list():
|
||||
|
||||
def init_widgets_screen1():
|
||||
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
|
||||
|
||||
def init_widgets_screen2():
|
||||
|
||||
Reference in New Issue
Block a user