Update temp.inc.sh
This commit is contained in:
@@ -215,10 +215,10 @@ CHECKTEMP(){
|
||||
fi
|
||||
|
||||
if [ ${DETAILS} -eq 1 ]; then
|
||||
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 15 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%"
|
||||
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 30 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%"
|
||||
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 60 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%"
|
||||
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]}120 Mins Ago ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]} / ${idsCL[LightCyan]}$(ROUND_NUMBER ${average} 2)%"
|
||||
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 15 Mins Ago ${idsCL[Default]}${temp_f_disp}${GAUGESH}"
|
||||
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 30 Mins Ago ${idsCL[Default]}${temp_f_disp}${GAUGESH}"
|
||||
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]} 60 Mins Ago ${idsCL[Default]}${temp_f_disp}${GAUGESH}"
|
||||
echo -e "\r\033[K ${idsCL[White]}|---- ${idsCL[Default]}120 Mins Ago ${idsCL[Default]}${temp_f_disp}${GAUGESH}"
|
||||
fi
|
||||
|
||||
if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then
|
||||
|
||||
Reference in New Issue
Block a user