From cdc32a3207e49bfdf2279a7cadd01c7bd774ab5f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 20:04:16 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index ba752693..2b9a3cc5 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -222,7 +222,7 @@ CHECKTEMP(){ fi if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then - echo -en " ${idsCL[White]}|-- ${idsCL[Default]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%" + echo -en " ${idsCL[White]}|-- ${idsCL[Cyan]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%" if [ "${avgdays}" != "noavg" ]; then echo -en " ${idsCL[Default]} / ${idsCL[Yellow]}Calculating ${avgdays_disp} average ... " average=$(AVERAGETEMP ${SENSOR} ${avgdays} hum)