aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/scripts
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/scripts')
-rwxr-xr-x.config/waybar/scripts/weather2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/scripts/weather b/.config/waybar/scripts/weather
index c80b387..1e87ac8 100755
--- a/.config/waybar/scripts/weather
+++ b/.config/waybar/scripts/weather
@@ -1,3 +1,3 @@
#!/bin/sh
#curl -s "wttr.in/?format=3" | awk '{print $3, $4}'
-curl -s "wttr.in/?format='%c%t'" | sed "s/'//g" | sed 's/ / /g'
+curl -s "wttr.in/Moscow?format='%c%t'" | sed "s/'//g" | sed 's/ / /g'