summaryrefslogtreecommitdiff
path: root/volume-widget/README.md
diff options
context:
space:
mode:
authorblix4 <bblix@protonmail.com>2019-08-27 00:20:08 -0700
committerblix4 <bblix@protonmail.com>2019-08-27 00:20:08 -0700
commite9b4b6323f975a12aa41a4a0d4e3c93c423ab0d5 (patch)
treedf2647646739f0d680e0bba8d6dc8311d13d03ad /volume-widget/README.md
parent372ae3c9e7cab4b64b8dcaf31d9d2d921a723585 (diff)
volume widget support amixer with no device specified
This works on my setup without having pulseaudio installed.
Diffstat (limited to 'volume-widget/README.md')
-rw-r--r--volume-widget/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/volume-widget/README.md b/volume-widget/README.md
index 118abc6..494be24 100644
--- a/volume-widget/README.md
+++ b/volume-widget/README.md
@@ -31,6 +31,31 @@ s.mytasklist, -- Middle widget
sudo sed -i 's/bebebe/ed4737/g' ./audio-volume-muted-symbolic_red.svg
```
+### Pulse or ALSA only
+
+Try running this command:
+
+```amixer -D pulse sget Master```
+
+If that prints something like this, then the default setting of 'pulse' is probably fine:
+```
+Simple mixer control 'Master',0
+ Capabilities: pvolume pvolume-joined pswitch pswitch-joined
+ Playback channels: Mono
+ Limits: Playback 0 - 64
+ Mono: Playback 64 [100%] [0.00dB] [on]
+
+```
+
+If it prints something like this:
+```
+$ amixer -D pulse sget Master
+ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused
+
+amixer: Mixer attach pulse error: Connection refused
+```
+then try setting the environment variable `AWW_VOLUME_CONTROLLER` to `alsa_only`.
+
## Control volume
To mute/unmute click on the widget. To increase/decrease volume scroll up or down when mouse cursor is over the widget.