summaryrefslogtreecommitdiff
path: root/volume-widget/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2021-12-13 09:37:41 -0500
committerGitHub <noreply@github.com>2021-12-13 09:37:41 -0500
commit01a4f428e0361f4222e8d2f14607fb03bbd6d94e (patch)
tree914e61d4bfccce2ae7b0dee122b8ce26f2fc54df /volume-widget/README.md
parent0671068e4a74b10a4bfa5dbe6463db7c0889997b (diff)
parent9ab75297887edda588a188f161316e35c0aec18c (diff)
Merge pull request #315 from 0x501D/volume-widget-device
volume-widget: add device parameter
Diffstat (limited to 'volume-widget/README.md')
-rw-r--r--volume-widget/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/volume-widget/README.md b/volume-widget/README.md
index 13515c9..4fc7f55 100644
--- a/volume-widget/README.md
+++ b/volume-widget/README.md
@@ -36,7 +36,7 @@ s.mytasklist, -- Middle widget
},
```
-Note that widget uses following command the get the current volume: `amixer -D pulse sget Master`, so please make sure that it works for you, otherwise you need to install `pulseaudio-alsa` package.
+Note that widget uses following command the get the current volume: `amixer -D pulse sget Master`, so please make sure that it works for you, otherwise you need to set parameter `device = 'default'`.
### Shortcuts
@@ -59,6 +59,7 @@ It is possible to customize the widget by providing a table with all or some of
| `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 %) |
| `widget_type`| `icon_and_text`| Widget type, one of `horizontal_bar`, `vertical_bar`, `icon`, `icon_and_text`, `arc` |
+| `device` | `pulse` | Select the device name to control |
Depends on the chosen widget type add parameters from the corresponding section below: