.dotfiles/.config/waybar/modules/pulseaudio.jsonc
2026-01-18 21:08:16 -07:00

24 lines
644 B
Plaintext

{
"pulseaudio": {
"format": "{icon} {volume}",
"rotate": 0,
"format-muted": "婢",
"on-click": "pavucontrol -t 3",
"on-click-right": "hyde-shell volumecontrol -s ''",
"on-click-middle": "hyde-shell volumecontrol -o m",
"on-scroll-up": "hyde-shell volumecontrol -o i",
"on-scroll-down": "hyde-shell volumecontrol -o d",
"tooltip-format": "{icon} {desc} // {volume}%",
"scroll-step": 5,
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
}
}
}