mirror of https://github.com/polybar/polybar.git
Do not use alsa module with pulseaudio
parent
954422e1cf
commit
38a5c904f7
|
@ -1,5 +1,13 @@
|
|||
This module shows volume and mute state for ALSA mixers. Most of the module functionality should work as long as you are using an alsa backend, like pulseaudio-alsa.
|
||||
If you use `pulseaudio` use the [`internal/pulseaudio`](https://github.com/polybar/polybar/wiki/Module:-pulseaudio) module instead, even if it uses alsa as the backend.
|
||||
This module shows volume and mute state for ALSA mixers.
|
||||
Most of the module functionality should work as long as you are using an alsa backend.
|
||||
|
||||
**Do not use this module if you are using pulseaudio ❗️**
|
||||
|
||||
If you use `pulseaudio` use the
|
||||
[`internal/pulseaudio`](https://github.com/polybar/polybar/wiki/Module:-pulseaudio)
|
||||
module instead, even if it uses alsa as the backend.
|
||||
There are a number of issues when alsa is used to control the volume in a
|
||||
pulseaudio server.
|
||||
|
||||
**NOTE**: This module requires the project to be built with ALSA support.
|
||||
|
||||
|
|
Loading…
Reference in New Issue