workspace/arch-user/bin/i3blocks/weather.sh
2025-01-06 02:36:56 +00:00

4 lines
102 B
Bash
Executable File

#!/bin/bash
curl "https://wttr.in/?format=%l;%t%20%p" --silent | sed 's/^\(.\{3\}\)\(.*\);/\1 /'
echo