better symbols
This commit is contained in:
parent
a9a8c789a9
commit
4db8295a04
|
@ -12,7 +12,7 @@ while true; do
|
|||
wind=`echo "$weatherdata" | grep "Windstärke:" | awk '{print $(NF-1)}'`
|
||||
sunrise=`echo "$weatherdata" | grep "Sonnenaufgang:" | awk '{print $2}'`
|
||||
sunset=`echo "$weatherdata" | grep "Sonnenuntergang:" | awk '{print $2}'`
|
||||
weather="🌡 $temp°C ☔ $humidity% ↗ $wind""km/h ☀ $sunrise-$sunset"
|
||||
weather="🌡 $temp°C 🌢 $humidity% ⚟ $wind""km/h ⬤ $sunrise-$sunset"
|
||||
fi
|
||||
xsetroot -name "$weather $time "
|
||||
sleep 10
|
||||
|
|
Loading…
Reference in New Issue
Block a user