workspace/arch-user/config/i3blocks/weather
2025-01-01 00:24:48 +00:00

4 lines
105 B
Bash
Executable File

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