From 4db8295a04efb4e05c5b469964f8ad7802a76b9d Mon Sep 17 00:00:00 2001 From: gutmet Date: Wed, 31 Mar 2021 12:46:34 +0200 Subject: [PATCH] better symbols --- dwmstatus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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