Commit 51863104df5f9f71b068c565b66bf612bf2be9c5 Parent: ec8dcc42c73063864c651117826fde0f2a691b98 Author: mcol <mcol@posteo.net> Date: 2021-09-02 20:53:58 +0100 Committer: mcol <mcol@posteo.net> Committed: 2021-09-02 20:53:58 +0100 Restore mpd2 widget mouse bindings
config.py Modified
@@ -260,6 +260,8 @@ font='TamzenForPowerline Bold', update_interval=10, ) +import libqtile.widget.mpd2widget +mpd2.mouse_buttons = {v:k for k, v in widget.mpd2widget.keys.items()} cpugraph = widget.CPUGraph( graph_color=colours[12],