From 7ca1cc2089d50600b561d329af0c5d1a8e239e42 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 22 Feb 2025 12:49:47 +0900 Subject: updated env and default weather provider is now the python based weather app since it takes lat and long automatically. Thanks to latest MR --- config/waybar/ModulesCustom | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/waybar/ModulesCustom') diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 06feedfe..9237af27 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -11,9 +11,9 @@ "format-alt-click": "click", "interval": 3600, "return-type": "json", - "exec": "$HOME/.config/hypr/UserScripts/Weather.sh", - //"exec": "$HOME/.config/hypr/UserScripts/Weather.py", - "exec-if": "ping wttr.in -c1", + "exec": "$HOME/.config/hypr/UserScripts/Weather.py", + //"exec": "$HOME/.config/hypr/UserScripts/Weather.sh", + //"exec-if": "ping wttr.in -c1", "tooltip": true, }, -- cgit v1.2.3