wofi/waybar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user