|
NAMEwaybar - pulseaudio moduleDESCRIPTIONThe pulseaudio module displays the current volume reported by PulseAudio.Additionally you can control the volume by scrolling up or down while the cursor is over the module. CONFIGURATIONformat:typeof: string default: {volume}% The format, how information should be displayed. This format is used when other formats aren't specified. format-bluetooth:
format-muted:
format-source:
format-source-muted:
format-icons:
rotate:
states:
max-length:
min-length: typeof: integer The minimum length in characters the module should take up. align: typeof: float The alignment of the text, where 0 is left-aligned and 1 is right-aligned. If the module is rotated, it will follow the flow of the text. scroll-step:
on-click:
on-click-middle:
on-click-right:
on-update:
on-scroll-up:
on-scroll-down:
smooth-scrolling-threshold:
tooltip:
FORMAT REPLACEMENTS{desc}: Pulseaudio port's description, for bluetooth it'll be the device name.{volume}: Volume in percentage. {icon}: Icon, as defined in format-icons. {format_source}: Source format, format-source, format-source-muted. ICONS:The following strings for format-icons are supported.•the device name
If they are found in the current PulseAudio port name, the corresponding icons will be selected. •default (Shown, when no other port is
found)
•headphone
•speaker
•hdmi
•headset
•hands-free
•portable
•car
•hifi
•phone
EXAMPLES"pulseaudio": { "format": "{volume}% {icon}", "format-bluetooth": "{volume}% {icon}", "format-muted": "", "format-icons": { "alsa_output.pci-0000_00_1f.3.analog-stereo": "", "headphones": "", "handsfree": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", ""] }, "scroll-step": 1, "on-click": "pavucontrol" } STYLE•#pulseaudio
•#pulseaudio.bluetooth
•#pulseaudio.muted
Visit the GSP FreeBSD Man Page Interface. |