From a08811429b3676e31bdbfc19b4941e78d626aad5 Mon Sep 17 00:00:00 2001 From: Max Gangel <79495154+maxgnetwork@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:59:03 -0600 Subject: fix tooltips when waybar cava widget is running (#933) --- config/waybar/ModulesCustom | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index cb390c0f..5bfec777 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -136,7 +136,9 @@ // This is a custom cava visualizer "custom/cava_mviz": { "exec": "$HOME/.config/hypr/scripts/WaybarCava.sh", - "format": "{}" + "format": "{}", + "return-type": "text", + "tooltip": false }, "custom/playerctl": { -- cgit v1.2.3