aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/scripts/weather
blob: 1e87ac8f774b041570b45f93861207ca8b759196 (plain)
1
2
3
#!/bin/sh
#curl -s "wttr.in/?format=3" | awk '{print $3, $4}'
curl -s "wttr.in/Moscow?format='%c%t'" | sed "s/'//g" | sed 's/  / /g'