From 45a4389fc19a11c1867854bbce0d4798dd807d35 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 21 Apr 2024 12:42:24 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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