bumblebee-status/bumblebee_status/modules
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
..
contrib Fix: pipewire.py module 2023-07-20 02:16:24 +05:00
core [modules/pulsectl] add default device selection 2023-05-11 08:45:03 +02:00
__init__.py [core] restructure to allow PIP packaging 2020-05-09 21:22:00 +02:00