From 0536a3a6f61cf24ac46ff74b49dc27d816a898e4 Mon Sep 17 00:00:00 2001 From: brockar Date: Tue, 28 Oct 2025 18:13:12 -0300 Subject: fix: waybar: now use WeatherWrap.sh --- config/waybar/ModulesCustom | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/waybar/ModulesCustom') diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 146ec275..f4c871f7 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -11,8 +11,9 @@ "format-alt-click": "click", "interval": 3600, "return-type": "json", - "exec": "$HOME/.config/hypr/UserScripts/Weather.py", + //"exec": "$HOME/.config/hypr/UserScripts/Weather.py", //"exec": "$HOME/.config/hypr/UserScripts/Weather.sh", + "exec": "$HOME/.config/hypr/UserScripts/WeatherWrap.sh", //"exec-if": "ping wttr.in -c1", "tooltip": true, }, @@ -286,4 +287,4 @@ "format": "", "tooltip": false } -} \ No newline at end of file +} -- cgit v1.2.3