Update temp.inc.sh

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

View File

@@ -413,7 +413,7 @@ CHECKTEMP(){
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]}"
echo -e "${idsCL[LightCyan]}\u2720 ${idsCL[Default]}"
else
echo -e "${idsCL[Default]}"
fi