diff options
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 6ead6826..8887fa1c 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -18,6 +18,14 @@ "tooltip": true, }, +"custom/weather2": { + "exec": "waybar-weather", + "restart-interval": 60, + "return-type": "json", + "hide-empty-text": true, + "on-click": "pkill -USR1 waybar-weather" +}, + "custom/hyprpicker": { "format": "", "on-click": "hyprpicker | wl-copy", @@ -136,7 +144,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": { |
