diff options
author | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
commit | 3a984a9119cf431ec9eba7aafe5baf03376b379e (patch) | |
tree | 05c23648f9dcbef2cd603e63174099328c364032 /pactl-widget | |
parent | 7090693bcf60efe23a0ce4531b02b6af93cafba8 (diff) |
Update documentation
Diffstat (limited to 'pactl-widget')
-rw-r--r-- | pactl-widget/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pactl-widget/README.md b/pactl-widget/README.md index ad6639b..6422d4a 100644 --- a/pactl-widget/README.md +++ b/pactl-widget/README.md @@ -46,10 +46,10 @@ the following config parameters: | Name | Default | Description | |---|---|---| | `mixer_cmd` | `pavucontrol` | command to run on middle click (e.g. a mixer program) | -| `step` | `5` | How much the volume is raised or lowered at once (in %) | +| `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 | +| `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. |