Fix spacing, symbols for weather status display
This commit is contained in:
parent
8f7dd2ab05
commit
212ff3c5a3
|
@ -76,7 +76,7 @@ if [ -n "$current" ] && [ -n "$forecast" ]; then
|
|||
elif [ "$forecast_temp" -gt "$current_temp" ]; then
|
||||
trend="" # Arrow, up-right slant
|
||||
else
|
||||
trend="壟" # Arrow, left-to-right
|
||||
trend="" # Arrow, left-to-right
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue