diff options
| author | 0xL30 <72350874+0xl30@users.noreply.github.com> | 2024-02-04 20:19:00 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-04 20:19:00 +0530 |
| commit | 53d84b7628134058bd4e33872614d2f7cfd6f1f9 (patch) | |
| tree | 254949862bfc226b1b3947ea8cd63fb00f5652a2 /config/waybar | |
| parent | de8e288d1a41351a1945549f3cfe8ea1d356199c (diff) | |
Weather Source Update (Python File)
Diffstat (limited to 'config/waybar')
| -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 1165211a..723f6b17 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.sh", - //"exec": "~/.config/hypr/UserScripts/Weather.py", + "exec": "~/.config/hypr/UserScripts/Weather.py", + //"exec": "~/.config/hypr/UserScripts/Weather.sh", "exec-if": "ping wttr.in -c1", "tooltip" : true, }, |
