mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +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",
|
scale = "False",
|
||||||
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)}
|
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)}
|
||||||
),
|
),
|
||||||
widget.Sep(
|
widget.Sep(
|
||||||
linewidth = 0,
|
linewidth = 0,
|
||||||
padding = 6,
|
padding = 6,
|
||||||
foreground = colors[2],
|
foreground = colors[2],
|
||||||
|
|||||||
@@ -307,7 +307,7 @@ def init_widgets_list():
|
|||||||
scale = "False",
|
scale = "False",
|
||||||
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)}
|
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)}
|
||||||
),
|
),
|
||||||
widget.Sep(
|
widget.Sep(
|
||||||
linewidth = 0,
|
linewidth = 0,
|
||||||
padding = 6,
|
padding = 6,
|
||||||
foreground = colors[2],
|
foreground = colors[2],
|
||||||
|
|||||||
Reference in New Issue
Block a user