mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +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(
|
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():
|
||||||
|
|||||||
Reference in New Issue
Block a user