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