diff options
| author | Max Gangel <79495154+maxgnetwork@users.noreply.github.com> | 2026-01-26 16:59:03 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-26 17:59:03 -0500 |
| commit | a08811429b3676e31bdbfc19b4941e78d626aad5 (patch) | |
| tree | 7e2da4e61101165062672b2a0158f64f14cd4565 /config/waybar/ModulesCustom | |
| parent | c0dab620085b972da50dafa2216eed60c60a0642 (diff) | |
fix tooltips when waybar cava widget is running (#933)
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 4 |
1 files changed, 3 insertions, 1 deletions
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": { |
