diff options
| author | streetturtle <streetturtle@users.noreply.github.com> | 2021-06-03 20:51:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-03 20:51:58 -0400 |
| commit | f3df69074328b3fe48d86e0948ecb64adeb997d0 (patch) | |
| tree | 9e8e6a9c68a3a3b5dffb0e795cf60ad94a25045c | |
| parent | 8f7edd1c558028d1cce6ef365c49832016a34c68 (diff) | |
fix #251: add a note about pulseaudio-alsa
| -rw-r--r-- | volume-widget/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/volume-widget/README.md b/volume-widget/README.md index accb731..7c1ddb7 100644 --- a/volume-widget/README.md +++ b/volume-widget/README.md @@ -36,6 +36,8 @@ 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. + ### Shortcuts To improve responsiveness of the widget when volume level is changed by a shortcut use corresponding methods of the widget: |
