diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 408d525f..20b1d9e6 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -332,7 +332,7 @@ CHECKTEMP(){ if [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "u" ]; then echo -e "\u2B06 ${idsCL[Default]}" elif [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "d" ]; then - echo -e "\u2B07 ${idsCL[Default]}" + echo -e "${idsCL[LightRed]}\u2B07 ${idsCL[Default]}" else echo -e "${idsCL[Default]}" fi