Update temp.inc.sh

This commit is contained in:
2024-04-21 12:42:24 -05:00
parent db5e6e6c42
commit 45a4389fc1

View File

@@ -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