summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-04-19 19:29:35 +0530
committerryukamish <[email protected]>2026-04-19 19:29:35 +0530
commit42733557cccdead8df6ff48d543baf4c30bf1250 (patch)
treef9471eaf2e52f4417edbe931d06899b6102d4a5a /waybar
parent5be47dbe936e8df457a9020174af948ea6f89239 (diff)
add: pavucontrol click event for waybar
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config.jsonc3
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
},