⚙️ config(waybar): change on-click methods for audio and cava modules
This commit is contained in:
parent
d9f85d5ce9
commit
cbc0e4b360
1 changed files with 3 additions and 2 deletions
|
@ -156,7 +156,7 @@
|
||||||
"tooltip-format": "{desc}, {volume}%",
|
"tooltip-format": "{desc}, {volume}%",
|
||||||
"on-click": "swayosd-client --output-volume mute-toggle",
|
"on-click": "swayosd-client --output-volume mute-toggle",
|
||||||
"on-click-right": "swayosd-client --input-volume mute-toggle",
|
"on-click-right": "swayosd-client --input-volume mute-toggle",
|
||||||
"on-click-middle": "easyeffects",
|
"on-click-middle": "pypr toggle volume",
|
||||||
"on-scroll-up": "swayosd-client --output-volume +1",
|
"on-scroll-up": "swayosd-client --output-volume +1",
|
||||||
"on-scroll-down": "swayosd-client --output-volume -1"
|
"on-scroll-down": "swayosd-client --output-volume -1"
|
||||||
},
|
},
|
||||||
|
@ -185,7 +185,8 @@
|
||||||
"stereo": true,
|
"stereo": true,
|
||||||
"waves": false,
|
"waves": false,
|
||||||
"on-click": "kitty --class center-float-mini cava",
|
"on-click": "kitty --class center-float-mini cava",
|
||||||
"on-click-right": "qpwgraph"
|
"on-click-right": "qpwgraph",
|
||||||
|
"on-click-middle": "easyeffects"
|
||||||
},
|
},
|
||||||
"custom/music": {
|
"custom/music": {
|
||||||
"format": "{icon} {}",
|
"format": "{icon} {}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue