mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 20:58:34 +10:00
Removed widget.Chord which didn't work as expected.
This commit is contained in:
@@ -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],
|
||||
|
||||
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user