Update temp.inc.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user