aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-14 20:17:35 +0300
committerawy <awy@tutamail.com>2024-08-14 20:17:35 +0300
commitba0d4321e1ca37708258b9097bd5b76d0ce050c7 (patch)
tree660b44c12f325c3e4c582706fc56040837a9be70 /.config
parent37b261a33ccef572bb5fa1134e09cc1be930b283 (diff)
tidy
Diffstat (limited to '.config')
-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'