Add UTC clock, updated symbols / font sizes

This commit is contained in:
2019-10-05 10:32:20 -04:00
parent 39faa6264c
commit 0ab8316aab
2 changed files with 9 additions and 4 deletions

View File

@@ -72,9 +72,9 @@ if [ -n "$current" ] && [ -n "$forecast" ]; then
if [ "$current_temp" -gt "$forecast_temp" ]; then
trend="" # Arrow, down-right slant
trend="" # Arrow, down-right slant
elif [ "$forecast_temp" -gt "$current_temp" ]; then
trend="" # Arrow, up-right slant
trend="" # Arrow, up-right slant
else
trend="" # Arrow, left-to-right
fi