From f24176672283a3df96ec9099fa9a1e538282f618 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 24 Feb 2024 10:37:53 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 39fbb1ec..25c79932 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -126,7 +126,7 @@ CHECKTEMP(){ reading="${lclr}${lmd}${spct}${temp_f_disp}${GAUGESH}" else temp_f="" - temp_f_disp=" " + temp_f_disp=" " lclr="${idsCL[Yellow]}" lmd="" reading="${idsCL[Yellow]}Sensor Offline " @@ -148,7 +148,7 @@ CHECKTEMP(){ else averagedisp="${idsCL[Green]}${average_disp}" fi - echo -en "\r\033[K${idsCL[White]}${idsST[Bold]}${SENSOR}${idsST[Reset]}${spc}${idsCL[Default]}: ${reading} /${spca}${averagedisp}${GAUGESH}" + echo -en "\r\033[K${idsCL[White]}${idsST[Bold]}${SENSOR}${idsST[Reset]}${spc}${idsCL[Default]}: ${reading} ${idsCL[Default]}/${spca}${averagedisp}${GAUGESH}" fi if [ "${average}" != "" ] || ([ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then tmp="${spct}${temp_f_disp}${GAUGESH}"