waybar-pulseaudio-slider(5) File Formats Manual waybar-pulseaudio-slider(5) (NAME) waybar - pulseaudio (DESCRIPTION) pulseaudio slider (sink) (source) . . (CONFIGURATION) min: : int : 0 . max: : int : 100 . orientation: : string : horizontal . `horizontal` () `vertical` () . expand: : bool : false . (EXAMPLES) "modules-right": [ "pulseaudio/slider", ], "pulseaudio/slider": { "min": 0, "max": 100, "orientation": "horizontal" } (STYLE) CSS : #pulseaudio-slider: . #pulseaudio-slider slider: . #pulseaudio-slider trough: . #pulseaudio-slider highlight: . (STYLE EXAMPLE) #pulseaudio-slider slider { min-height: 0px; min-width: 0px; opacity: 0; background-image: none; border: none; box-shadow: none; } #pulseaudio-slider trough { min-height: 80px; min-width: 10px; border-radius: 5px; background: black; } #pulseaudio-slider highlight { min-width: 10px; border-radius: 5px; background: green; } 2026-08-31 waybar-pulseaudio-slider(5)