Update power.inc.sh
This commit is contained in:
@@ -309,10 +309,8 @@ CHECKPOWER(){
|
|||||||
# FanSpeed=$(ROUND_NUMBER `echo "scale=0; $(ROUND_NUMBER `echo "scale=4; ${vHOSTFAN}/21200" | bc` 2)*100/1" | bc` 0)
|
# FanSpeed=$(ROUND_NUMBER `echo "scale=0; $(ROUND_NUMBER `echo "scale=4; ${vHOSTFAN}/21200" | bc` 2)*100/1" | bc` 0)
|
||||||
echo -en "${idsCL[LightCyan]} Getting FanSpeed..."
|
echo -en "${idsCL[LightCyan]} Getting FanSpeed..."
|
||||||
until [ -f ${PW_TMPFOLDER}/.fanspeed ]; do tmp=tmp; done
|
until [ -f ${PW_TMPFOLDER}/.fanspeed ]; do tmp=tmp; done
|
||||||
# echo -e "\r\033[K"
|
echo -en "\r\033[K${idsCL[LightCyan]} [FanSpeed=$(cat ${PW_TMPFOLDER}/.fanspeed)'%]"
|
||||||
echo -en "\r\033[2K\r${MSG}${idsCL[Cyan]} [PS1=${idsCL[LightCyan]}${PS1}'A${idsCL[Cyan]}, PS2=${idsCL[LightCyan]}${PS2}'A${idsCL[Cyan]}]"
|
# rm -f ${PW_TMPFOLDER}/.fanspeed
|
||||||
echo -en "${MSG}${idsCL[LightYellow]}${average_disp}${idsCL[LightCyan]} [FanSpeed=$(cat ${PW_TMPFOLDER}/.fanspeed)'%]"
|
|
||||||
rm -f ${PW_TMPFOLDER}/.fanspeed
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user