bumblebee-status/bumblebee_status
Shahan Arshad 04a222f3c8
Fix: pipewire.py module
mousewheel up and down events were initially not working on my bumblebee status bar. After verifying on the command line, it seems that wpctl set-volume command requires sink ID first and percentage change as the second arg.

steps to verify, assuming wireplumber is installed and sink ID is 32

```sh
wpctl set-volume 32 50%
```
will set the volume to 50%

```sh
wpctl set-volume 50% 32
```
will result in `Object '52' not found
2023-07-20 02:16:24 +05:00
..
core [core] fix importlib.util error 2023-04-11 12:42:55 +02:00
modules Fix: pipewire.py module 2023-07-20 02:16:24 +05:00
util [tests] fix location tests 2022-11-26 12:05:42 +01:00
__init__.py [tests] Fix failing tests 2020-05-10 12:56:30 +02:00
_version.py fix typo 2022-07-21 11:37:33 +05:30
discover.py [doc] update API docs 2020-05-10 13:25:13 +02:00