Fixing errors with mouse callbacks.

This commit is contained in:
Derek Taylor
2021-03-11 20:19:27 -06:00
parent 8e851e9b8a
commit 90c5be6740
2 changed files with 11 additions and 8 deletions

View File

@@ -359,7 +359,8 @@ def init_widgets_list():
background = colors[0]
),
widget.Image(
filename = "~/.config/qtile/icons/python.png",
filename = "~/.config/qtile/icons/python-white.png",
scale = "False",
mouse_callbacks = {'Button1': lambda qtile: qtile.cmd_spawn('dmenu_run')}
),
widget.Sep(