From c731e62b2f90912e7222d943097205e2ccf4e459 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 23 Apr 2024 18:25:25 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 09cc17fc..9ad180c9 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -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