diff options
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. |