diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index ae9cf41f..8c48705c 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -132,7 +132,7 @@ CHECKTEMP(){ if [ "${temptype}" == "fans" ]; then MSG=" Last checked" c=0; spc=''; spc1=`expr ${cw} - ${#MSG}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done - echo -e "${MSG}${spc}: ${idsCL[White]}$(date -r ${PW_TMPFOLDER}/.lastfancheck/${SENSOR} "+%m/%d @ %l:%M%p")${idsCL[Default]}" + echo -e "${idsCL[LightCyan]}${MSG}${spc}: ${idsCL[White]}$(date -r ${PW_TMPFOLDER}/.lastfancheck/${SENSOR} "+%m/%d @ %l:%M%p")${idsCL[Default]}" MSG=" Last set" c=0; spc=''; spc1=`expr ${cw} - ${#MSG}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done if [ -f ${PW_TMPFOLDER}/.lastfancheck/${cSENSOR}.gl ]; then