diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-05-03 17:33:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-03 17:33:39 +0900 |
| commit | c04bc33fdd0005c959ad5f44ca19ce94ae1a961c (patch) | |
| tree | 7fe91a02e87c8d82857457c09872d7c29c560f1d | |
| parent | 53d84b7628134058bd4e33872614d2f7cfd6f1f9 (diff) | |
Update modules
| -rw-r--r-- | config/waybar/modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 723f6b17..b9b57e25 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -573,8 +573,8 @@ "format-alt-click": "click", "interval": 3600, "return-type": "json", - "exec": "~/.config/hypr/UserScripts/Weather.py", - //"exec": "~/.config/hypr/UserScripts/Weather.sh", + //"exec": "~/.config/hypr/UserScripts/Weather.py", + "exec": "~/.config/hypr/UserScripts/Weather.sh", "exec-if": "ping wttr.in -c1", "tooltip" : true, }, |
