From e1f50f4782b50e680c1d1500376f531007a0a631 Mon Sep 17 00:00:00 2001 From: Shahan Arshad Date: Wed, 19 Jul 2023 22:10:05 +0500 Subject: [PATCH] Add: missing mention of pipewire module on website I was reading the docs on the website(https://bumblebee-status.readthedocs.io/en/latest/modules.html#contrib) and there was no mention of the pipewire module which exists among the contrib modules. This edit will inform users about the pipewire module --- docs/modules.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/modules.rst b/docs/modules.rst index d9b853f..c7a78de 100644 --- a/docs/modules.rst +++ b/docs/modules.rst @@ -1243,6 +1243,19 @@ Parameters: contributed by `bbernhard `_ - many thanks! +pipewire +~~~~~~~ + +get volume level or control it + +Requires the following executable: + * wpctl + +Parameters: + * wpctl.percent_change: How much to change volume by when scrolling on the module (default is 4%) + +heavily based on amixer module + playerctl ~~~~~~~~~