Working on a new qtile config.

This commit is contained in:
Derek Taylor
2023-08-06 19:58:24 -05:00
parent a17082c6da
commit 3881792087

View File

@@ -495,7 +495,7 @@ def init_widgets_list():
def init_widgets_screen1():
widgets_screen1 = init_widgets_list()
del widgets_screen1[9:10] # Slicing removes unwanted widgets (systray) on Monitors 1,3
# del widgets_screen1[9:10] # Slicing removes unwanted widgets (systray) on Monitors 1,3
return widgets_screen1
def init_widgets_screen2():