diff options
author | awy <awy@tutamail.com> | 2024-08-14 20:17:35 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-14 20:17:35 +0300 |
commit | ba0d4321e1ca37708258b9097bd5b76d0ce050c7 (patch) | |
tree | 660b44c12f325c3e4c582706fc56040837a9be70 /.config/waybar/scripts | |
parent | 37b261a33ccef572bb5fa1134e09cc1be930b283 (diff) |
tidy
Diffstat (limited to '.config/waybar/scripts')
-rwxr-xr-x | .config/waybar/scripts/weather | 2 |
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' |