Skip to content
laiso edited this page Feb 22, 2024 · 1 revision

Pulseaudio Module

  • Type : internal/pulseaudio

  • Description : Displays the current volume level and mute status of the PulseAudio sink.

  • How to modify :

    • If necessary, use the command pactl list short sinks to get the list of sinks and update the sink parameter with the appropriate sink name.
    • Customize the format-volume, label-muted, and ramp-volume parameters to adjust the appearance of the volume representation.
    • Save the changes to the module configuration file and refresh or restart Polybar to apply the modifications.
  • Format Tags :

    • <label-volume>: Default volume label.
    • <ramp-volume>: Volume ramp indicating the volume level.
    • <bar-volume>: Volume bar indicating the volume level.
  • Icons Key :

    •  : Muted icon
    •  : Volume level 0
    •  : Volume level 1
    • 🔊 : Volume level 2
  • Volume Control :

    • Middle-clicking on the module opens the volume control using pavucontrol.
Clone this wiki locally