wofi/waybar

This commit is contained in:
2026-08-02 18:01:34 -05:00
parent b2ccf39d30
commit f24f57503a
2 changed files with 10 additions and 36 deletions
+4 -7
View File
@@ -37,19 +37,16 @@
"interval": 1
},
"wireplumber#sink": {
"format": "{icon} {volume}%",
"format-muted": "\ueee8",
"format-icons": [
"\uefcf"
],
"format": "󰕾 {volume}%",
"format-muted": "󰖁 {volume}%",
"on-click": "~/.config/waybar/scripts/select-sink.sh",
"on-click-right": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"scroll-step": 5
},
"wireplumber#source": {
"node-type": "Audio/Source",
"format": "\uf130 {volume}%",
"format-muted": "\uf131",
"format": "󰍬 {volume}%",
"format-muted": "󰍭 {volume}%",
"on-click": "~/.config/waybar/scripts/select-source.sh",
"on-click-right": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
"scroll-step": 5