From b78781c1097d33e7e1bd6b473f1ddd877a7fbd2d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 May 2024 17:25:07 -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 b15b0539..d16ae7f0 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -256,7 +256,7 @@ CHECKTEMP(){ lico="\u22C5" fi ([ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]) && echo -en "${idsCL[White]}| " || echo -n " " - echo -en "${idsCL[Default]} " + echo -en "${idsCL[Default]} ${#M} " # [ ${#M} -eq 2 ] && echo -n " " if [ ${#M} -lt 3 ]; then c=0; spc1=`expr ${#M} - 1`