Update temp.inc.sh

This commit is contained in:
2024-04-23 18:25:25 -05:00
parent e3b60c208c
commit c731e62b2f

View File

@@ -412,6 +412,8 @@ CHECKTEMP(){
echo -e "${idsCL[LightGreen]}\u25BC ${idsCL[Default]}"
elif [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "d" ]; then
echo -e "${idsCL[LightCyan]}\u25BC ${idsCL[Default]}"
elif [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "m" ]; then
echo -e "${idsCL[LightCyan]}\u2720" ${idsCL[Default]}"
else
echo -e "${idsCL[Default]}"
fi