diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index babc948d..d6d92df0 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -363,9 +363,9 @@ CHECKTEMP(){ echo -e " Last checked : ${idsCL[LightCyan]}$(date -r ${PW_TMPFOLDER}/.lastfancheck/${SENSOR} "+%m/%d @ %l:%M%p")${idsCL[Default]}" echo -en " Last set : ${FSC}$(date -r ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set "+%m/%d @ %l:%M%p") " if [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "u" ]; then - echo -e "${idsCL[LightRed]}\u21C8 ${idsCL[Default]}" + echo -e "${idsCL[LightRed]}\u25B2 ${idsCL[Default]}" elif [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "d" ]; then - echo -e "\u21CA ${idsCL[Default]}" + echo -e "\u25BC ${idsCL[Default]}" else echo -e "${idsCL[LightCyan]}= ${idsCL[Default]}" fi