Revamp pulseaudio module
This commit is contained in:
@@ -71,22 +71,13 @@
|
||||
"format": " {bandwidthUpBytes} {bandwidthDownBytes}"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"scroll-step": 0,
|
||||
"scroll-step": 5,
|
||||
"format": "{icon} {volume}%",
|
||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth-muted": "MUTE {icon} {format_source}",
|
||||
"format-muted": "M {format_source}",
|
||||
"format-source": "{volume}%",
|
||||
"format-source-muted": "M",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"handsfree": "",
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": ["", "", ""]
|
||||
},
|
||||
"on-click": "pavucontrol-qt"
|
||||
"on-scroll-up": "/usr/libexec/sway/volume-helper --limit 100 --increase 5",
|
||||
"on-scroll-down": "/usr/libexec/sway/volume-helper --limit 100 --decrease 5",
|
||||
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle && /usr/libexec/sway/volume-helper"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user