aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/scripts/weather
blob: c80b3872135d6d4f0e64dc8d9543b5909ac9238e (plain)
1
2
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'