From 64fd1491a3b1d211a91a15e01627bd834c1be3a9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 30 Jan 2024 11:55:34 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 95736e5f..8876d499 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -87,13 +87,13 @@ CHECKTEMP(){ # [ "${SENSOR}" == "iDS-vMS-Host6" ] && cSENSOR="iDS-vMS-Host7" || cSENSOR=${SENSOR} cSENSOR=${SENSOR} if [ -f ${PW_TMPFOLDER}/.lastfancheck/${cSENSOR}.gl ]; then - FSC="${idsCL[LightGreen]}" + FSC="${idsCL[LightGreen]}${idsST[Bold]}" elif [ ! -f ${PW_TMPFOLDER}/.lastfancheck/${cSENSOR}.set ]; then FSC="${idsCL[Green]}" else - FSC="${idsCL[Yellow]}" + FSC="${idsCL[LightYellow]}" fi - echo -en "${idsCL[LightCyan]} [FanSpeed=${FSC}$(cat ${PW_TMPFOLDER}/.fanspeed.${SENSOR}.${cdt})${idsCL[LightCyan]}'% " + echo -en "${idsCL[LightCyan]} [FanSpeed=${FSC}$(cat ${PW_TMPFOLDER}/.fanspeed.${SENSOR}.${cdt})${idsST[Reset]]}${idsCL[LightCyan]}'% " if [ "${avgdays}" != "noavg" ]; then echo -e "${idsCL[LightYellow]} AVG=${fan_average}'%${idsCL[LightCyan]}]${idsCL[Default]}" else