.\" Generated by scdoc 1.11.2 .\" 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 "yambar-modules-pipewire" "5" "2022-12-17" .P .SH NAME pipewire - Monitors pipewire for volume, mute/unmute, device change .P .SH TAGS .P .TS allbox;l l lx l l lx l l lx l l lx l l lx l l lx l l lx l l lx l l lx l l lx. T{ \fBName\fR T} T{ \fBType\fR T} T{ \fBDescription\fR T} T{ type T} T{ string T} T{ Either "source" (capture) or "sink" (speaker) T} T{ name T} T{ string T} T{ Current device name T} T{ description T} T{ string T} T{ Current device description T} T{ form_factor T} T{ string T} T{ Current device form factor (headset, speaker, mic, etc) T} T{ bus T} T{ string T} T{ Current device bus (bluetooth, alsa, etc) T} T{ icon T} T{ string T} T{ Current device icon name T} T{ muted T} T{ bool T} T{ True if muted, otherwise false T} T{ linear_volume T} T{ range T} T{ Linear volume in percentage (with 0 as min and 100 as max) T} T{ cubic_volume T} T{ range T} T{ Cubic volume (used by pulseaudio) in percentage (with 0 as min and 100 as max) T} .TE .sp 1 .P .SH CONFIGURATION .P No additional attributes supported, only the generic ones (see \fBGENERIC CONFIGURATION\fR in \fByambar-modules\fR(5)) .P .P .SH EXAMPLES .P .nf .RS 4 bar: left: - pipewire: anchors: volume: &volume conditions: muted: {string: {text: "{linear_volume}%", foreground: ff0000ff}} ~muted: {string: {text: "{linear_volume}%"}} content: list: items: - map: conditions: type == "sink": map: conditions: icon == "audio-headset-bluetooth": string: {text: "🎧 "} default: - ramp: tag: linear_volume items: - string: {text: "🔈 "} - string: {text: "🔉 "} - string: {text: "🔊 "} type == "source": - string: {text: "🎙 "} - map: <<: *volume .fi .RE .P .SH SEE ALSO .P \fByambar-modules\fR(5), \fByambar-particles\fR(5), \fByambar-tags\fR(5), \fByambar-decorations\fR(5) .P