♻️ refactor(waybar): changed click actions for the audio modules
This commit is contained in:
parent
204594fcf1
commit
aa0f64e33b
1 changed files with 5 additions and 5 deletions
|
@ -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} {}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue