workspace/arch-user/config/i3blocks/weather
2024-12-28 02:12:24 +00:00

4 lines
103 B
Bash
Executable File

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