From 0bf4b82a7f3c1984cab77f435072bda734e9354e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 19:59:16 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index de314392..64b6a499 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -215,7 +215,10 @@ CHECKTEMP(){ fi if [ ${DETAILS} -eq 1 ]; then - echo here + echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 15 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%" + echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 30 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%" + echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 60 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%" + echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]}120 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%" fi if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then