elParaguayo / qtile-extras

Somewhere to store things I create for qtile that probably won't end up in the official repo
MIT License
163 stars 19 forks source link

Fix Volume bug where volume > 100 #325

Closed elParaguayo closed 6 months ago

elParaguayo commented 6 months ago

The bar colour selector expects a volume level <= 100. Some devices allow values > 100 so we need to catch this scenario.

Fixes #302