commit 68df0ba84557b7b4333f48396c9fabf0b157ab4f from: gonzalo date: Tue Nov 30 10:46:20 2021 UTC I think i finally fixed the nasty garbarge at the end of termbar when you switch between networks :) commit - 2f3fcfc54b9d519a80e29371cd2202375a50ebf0 commit + 68df0ba84557b7b4333f48396c9fabf0b157ab4f blob - b2aa52ff81df3beba940be148ce94052c5fadf10 blob + 67e988ff18a20502951c56d73598943c460a6d09 --- termbar +++ termbar @@ -83,6 +83,6 @@ while true; do tput cup 1 0 printf "[${DESKTOP_ID}] ${pipe} ${cyanf}${YO}${reset} ${pipe} ${DATE} ${pipe} ${cyanf}CPU:${reset} ${CPU_SPEED} MHz (${CPU_TEMP}°) ${pipe} ${cyanf}Mem:${reset} ${MEM} " printf "${pipe} ${cyanf}Bat:${reset} $BAT - ${BAT_STATUS} ${pipe} ${cyanf}SSID:${reset}${SSID}${pipe}" - printf " ${cyanf}IPs:${reset} ${PIP} / ${IIP} \r\r" + printf " ${cyanf}IPs:${reset} ${PIP} / ${IIP}" echo "\e[1A" sleep 1 done