diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-22 12:49:47 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-22 12:49:47 +0900 |
| commit | 7ca1cc2089d50600b561d329af0c5d1a8e239e42 (patch) | |
| tree | 8d2ab37258d77fb1bb367a58a1e10cee7b7deb59 /config/waybar/ModulesCustom | |
| parent | e57aa261ce92e64a96bc2ccfd8656fee4c6a8e12 (diff) | |
updated env and default weather provider is now the python based weather app since it takes lat and long automatically. Thanks to latest MR
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 6 |
1 files changed, 3 insertions, 3 deletions
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, }, |
