feat: waybar mute trigger changed to wpctl instead of pactl

This commit is contained in:
Ahmet Kaan Gümüş 2025-02-24 22:24:32 +03:00
parent 81b1f19f98
commit 6f8a503414
3 changed files with 3 additions and 4 deletions

View file

@ -93,7 +93,7 @@
"wireplumber": {
"format": "{icon} {volume}% ",
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"format-icons": ["", "", ""],
"on-click-right": "pavucontrol",
"format-muted": "\uf00d {volume}%"