Added muted icons usage to waybar-pulseaudio man page

This commit is contained in:
Oliver Locke 2024-06-13 15:59:42 +10:00
parent 892042eb92
commit 01438f71a4
1 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,8 @@ If they are found in the current PulseAudio port name, the corresponding icons w
- *hifi* - *hifi*
- *phone* - *phone*
Additionally, suffixing a device name or port with *-muted* will cause the icon
to be selected when the corresponding audio device is muted. This applies to *default* as well.
# EXAMPLES # EXAMPLES
@ -152,10 +154,12 @@ If they are found in the current PulseAudio port name, the corresponding icons w
"format-muted": "", "format-muted": "",
"format-icons": { "format-icons": {
"alsa_output.pci-0000_00_1f.3.analog-stereo": "", "alsa_output.pci-0000_00_1f.3.analog-stereo": "",
"alsa_output.pci-0000_00_1f.3.analog-stereo-muted": "",
"headphones": "", "headphones": "",
"handsfree": "", "handsfree": "",
"headset": "", "headset": "",
"phone": "", "phone": "",
"phone-muted": "",
"portable": "", "portable": "",
"car": "", "car": "",
"default": ["", ""] "default": ["", ""]