Update temp.inc.sh

This commit is contained in:
2024-01-30 11:56:39 -06:00
parent 64fd1491a3
commit 93a69111ad

View File

@@ -93,7 +93,7 @@ CHECKTEMP(){
else
FSC="${idsCL[LightYellow]}"
fi
echo -en "${idsCL[LightCyan]} [FanSpeed=${FSC}$(cat ${PW_TMPFOLDER}/.fanspeed.${SENSOR}.${cdt})${idsST[Reset]]}${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