streetturtle / awesome-wm-widgets

Widgets for Awesome Window Manager
http://pavelmakhov.com/awesome-wm-widgets/
MIT License
2.16k stars 280 forks source link

Spotify widget doesn't respect "sp_bin" setting when handling mouse events #381

Closed SkylarGill closed 1 year ago

SkylarGill commented 2 years ago

Hi, I was trying to set up the spotify widget yesterday and realised that the on-click action wasn't working.

After looking at the source, I noticed that the sp_bin setting isn't checked when setting up the mouse events. See relevant snippet below: https://github.com/streetturtle/awesome-wm-widgets/blob/3bb3d56c26ac3500aab33381af0cccebf6aaa05c/spotify-widget/spotify.lua#L132-L147

I'll attach a PR with a fix soon