summaryrefslogtreecommitdiff
path: root/pactl-widget/README.md
diff options
context:
space:
mode:
authornekotxs <nekochan.txs@gmail.com>2023-02-08 03:49:50 +0700
committerzachir <zachir@librem.one>2023-10-19 08:22:37 -0500
commit23180ef9dc14817b8d1d33706369c20fead4fd99 (patch)
tree7bed9dc18af51c5e536191f38cb38a3d75f4036f /pactl-widget/README.md
parent69f87571a371794de1ede7d3d00f0282134ad04e (diff)
Added displaying volume in tooltip
Diffstat (limited to 'pactl-widget/README.md')
-rw-r--r--pactl-widget/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/pactl-widget/README.md b/pactl-widget/README.md
index 24e4471..ad6639b 100644
--- a/pactl-widget/README.md
+++ b/pactl-widget/README.md
@@ -49,6 +49,7 @@ the following config parameters:
| `step` | `5` | How much the volume is raised or lowered at once (in %) |
| `widget_type`| `icon_and_text`| Widget type, one of `horizontal_bar`, `vertical_bar`, `icon`, `icon_and_text`, `arc` |
| `device` | `@DEFAULT_SINK@` | Select the device name to control |
+| `tooltip` | `false` | Display volume level in a tooltip when the mouse cursor hovers the widget |
For more details on parameters depending on the chosen widget type, please
refer to the original Volume widget.