.\" Generated by scdoc 1.11.5 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "waybar\-pulseaudio\-slider" "5" "2026\-08\-31" .PP .SH NAME .PP waybar \- pulseaudio slider module .PP .SH DESCRIPTION .PP The \fBpulseaudio slider\fR module displays and controls the current volume of the default sink or source as a bar.\& .PP The volume can be controlled by dragging the slider across the bar or clicking on a specific position.\& .PP .SH CONFIGURATION .PP \fBmin\fR: .br typeof: int .br default: 0 .br The minimum volume value the slider should display and set.\& .PP \fBmax\fR: .br typeof: int .br default: 100 .br The maximum volume value the slider should display and set.\& .PP \fBorientation\fR: .br typeof: string .br default: horizontal .br The orientation of the slider.\& Can be either `horizontal` or `vertical`.\& .PP \fBexpand\fR: .br typeof: bool .br default: false .br Enables this module to consume all left over space dynamically.\& .PP .SH EXAMPLES .PP .nf .RS 4 "modules\-right": [ "pulseaudio/slider", ], "pulseaudio/slider": { "min": 0, "max": 100, "orientation": "horizontal" } .fi .RE .PP .SH STYLE .PP The slider is a component with multiple CSS Nodes, of which the following are exposed: .PP \fB#pulseaudio\-slider\fR: .br Controls the style of the box \fBaround\fR the slider and bar.\& .PP \fB#pulseaudio\-slider slider\fR: .br Controls the style of the slider handle.\& .PP \fB#pulseaudio\-slider trough\fR: .br Controls the style of the part of the bar that has not been filled.\& .PP \fB#pulseaudio\-slider highlight\fR: .br Controls the style of the part of the bar that has been filled.\& .PP .SS STYLE EXAMPLE .PP .nf .RS 4 #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; } .fi .RE