dots/configs/home/.config/polybar/weatherriihi.sh
2023-10-27 19:56:44 +02:00

6 lines
173 B
Bash
Executable file

REAL=$(weather-Cli get Riihimaki Finland | grep "Real*" | cut -c 13-)
TEMP=$(weather-Cli get Riihimaki Finland | grep "Temp*" | cut -c 15-)
echo "J: "$TEMP "|" "f: "$REAL