diff --git a/dwmstatus.sh b/dwmstatus.sh index fc31f61..1645504 100755 --- a/dwmstatus.sh +++ b/dwmstatus.sh @@ -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