Update temp.inc.sh

This commit is contained in:
2024-02-26 18:56:45 -06:00
parent 8458f38729
commit ead147713f

View File

@@ -183,7 +183,7 @@ CHECKTEMP(){
fi
if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then
echo -e " ${idsCL[White]}|-- ${idsCL[Default]}Humidity : ${idsCL[LightCyan]}${temp_h}%${idsCL[Default]}"
echo -e " ${idsCL[White]}|-- ${idsCL[Default]}Humidity : ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]}"
fi
echo