Update temp.inc.sh

This commit is contained in:
2024-05-09 21:11:44 -05:00
parent cd040cb854
commit 31827025c6

View File

@@ -243,7 +243,8 @@ CHECKTEMP(){
fi
([ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]) && echo -en "${idsCL[White]}| " || echo -n " "
[ ${#M} -eq 2 ] && echo -n " "
echo -e "${idsCL[White]} ${lclr}${M} Mins Ago ${lclr} ${lico} ${OLD_temp_f[1]}${GAUGESH}"
c=0; spc=''; spc1=`expr 4 - ${#M}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done
echo -e "${idsCL[White]} ${lclr}${M} Mins Ago ${lclr} ${lico}${spc}${OLD_temp_f[1]}${GAUGESH}"
done
fi