diff options
| author | ryukamish <[email protected]> | 2026-04-19 19:29:35 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-19 19:29:35 +0530 |
| commit | 42733557cccdead8df6ff48d543baf4c30bf1250 (patch) | |
| tree | f9471eaf2e52f4417edbe931d06899b6102d4a5a /waybar | |
| parent | 5be47dbe936e8df457a9020174af948ea6f89239 (diff) | |
add: pavucontrol click event for waybar
Diffstat (limited to 'waybar')
| -rw-r--r-- | waybar/config.jsonc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc index dc671e3..aa7dc83 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -75,7 +75,8 @@ "" ] }, - "on-click": "$TERMINAL --app-id=TUI.float -e wiremix", + // "on-click": "$TERMINAL --app-id=TUI.float -e wiremix", + "on-click": "pavucontrol", "tooltip-format": "{desc}", "scroll-step": 5 }, |
