♻️ refactor(waybar): changed click actions for the audio modules

This commit is contained in:
Sergio Laín 2023-11-12 00:43:25 +01:00
parent 204594fcf1
commit aa0f64e33b
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -259,10 +259,9 @@
] ]
}, },
"tooltip-format": "{desc}, {volume}%", "tooltip-format": "{desc}, {volume}%",
// "on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle", "on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
// "on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle", "on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle",
"on-click": "easyeffects", "on-click-middle": "easyeffects"
"on-click-right": "qpwgraph"
}, },
"cava": { "cava": {
"autosens": 1, "autosens": 1,
@ -288,7 +287,8 @@
"source": "auto", "source": "auto",
"stereo": true, "stereo": true,
"waves": false, "waves": false,
"on-click": "kitty --class center-float cava" "on-click": "kitty --class center-float-mini cava",
"on-click-right": "qpwgraph"
}, },
"custom/music": { "custom/music": {
"format": "{icon} {}", "format": "{icon} {}",