dots/configs/home/.config/polybar/Scripts/weatherj.sh

6 lines
173 B
Bash
Raw Permalink Normal View History

2024-04-29 19:05:39 +02:00
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