Removed widget.Chord which didn't work as expected.

This commit is contained in:
Derek Taylor
2021-10-15 19:54:17 -05:00
parent b48c7b2d87
commit 5f598286fa
2 changed files with 2 additions and 2 deletions

View File

@@ -432,7 +432,7 @@ def init_widgets_list():
scale = "False",
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)}
),
widget.Sep(
widget.Sep(
linewidth = 0,
padding = 6,
foreground = colors[2],

View File

@@ -307,7 +307,7 @@ def init_widgets_list():
scale = "False",
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)}
),
widget.Sep(
widget.Sep(
linewidth = 0,
padding = 6,
foreground = colors[2],