♻️ 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}%",
|
||||
// "on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
|
||||
// "on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle",
|
||||
"on-click": "easyeffects",
|
||||
"on-click-right": "qpwgraph"
|
||||
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
|
||||
"on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle",
|
||||
"on-click-middle": "easyeffects"
|
||||
},
|
||||
"cava": {
|
||||
"autosens": 1,
|
||||
|
@ -288,7 +287,8 @@
|
|||
"source": "auto",
|
||||
"stereo": true,
|
||||
"waves": false,
|
||||
"on-click": "kitty --class center-float cava"
|
||||
"on-click": "kitty --class center-float-mini cava",
|
||||
"on-click-right": "qpwgraph"
|
||||
},
|
||||
"custom/music": {
|
||||
"format": "{icon} {}",
|
||||
|
|
Loading…
Add table
Reference in a new issue