diff options
| -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": { |
