Fix spacing, symbols for weather status display

remotes/origin/manjaro
Shaun Reed 5 years ago
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
@ -92,5 +92,5 @@ if [ -n "$current" ] && [ -n "$forecast" ]; then
daytime=" $(get_duration "$((sun_rise-now))")" # Unknown
fi
echo "$(get_icon "$current_icon") $current_temp$SYMBOL $trend $(get_icon "$forecast_icon") $forecast_temp$SYMBOL $daytime"
echo "$(get_icon "$current_icon") $current_temp$SYMBOL $trend $(get_icon "$forecast_icon") $forecast_temp$SYMBOL $daytime"
fi

Loading…
Cancel
Save