Add wob to waybar

main
Marko Korhonen 5 years ago
parent 57725a904a
commit e1d2e34d2d

@ -102,10 +102,10 @@
"car": "",
"default": ["", ""]
},
"on-click": "pulseaudio-ctl mute",
"on-click": "pamixer --toggle-mute && ( pamixer --get-mute && echo 0 > $SWAYSOCK.wob ) || pamixer --get-volume > $SWAYSOCK.wob",
"on-click-right": "pavucontrol",
"on-scroll-up": "pulseaudio-ctl up 1",
"on-scroll-down": "pulseaudio-ctl down 1"
"on-scroll-up": "pamixer -ui 1 && pamixer --get-volume > $SWAYSOCK.wob",
"on-scroll-down": "pamixer -ud 1 && pamixer --get-volume > $SWAYSOCK.wob"
},
"custom/playerctl": {
"tooltip": false,

Loading…
Cancel
Save