summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdw <mdw@sdf.org>2025-09-20 10:19:02 +0300
committermdw <mdw@sdf.org>2025-09-20 10:19:02 +0300
commit838c93ed43e09c308b5feb2cd05a6e71e787474d (patch)
tree5bc8fd22f97021dc72e2aec4240a17b3bc384048
parentd4834b9d3cad49229855a2c3c7844c980dd39efc (diff)
Print some whitespace at teh end to hide any remaining characters when something shrinksHEADmaster
Diffstat (limited to '')
-rwxr-xr-xtermbar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/termbar.sh b/termbar.sh
index 9726c6a..e2a8f83 100755
--- a/termbar.sh
+++ b/termbar.sh
@@ -75,6 +75,6 @@ while true; do
audio
tput cup 1 0
printf "[${VER}] ${pipe} ${DATE} ${pipe} ${cyanf}CPU:${reset} ${CPU_SPEED} MHz (${CPU_TEMP} °C) ${pipe} ${cyanf}RAM:${reset} ${MEM} "
- printf "${pipe} /home: ${DISK} ${pipe} ${cyanf}Bat:${reset} $BAT - ${BAT_STATUS} ${pipe} ${cyanf}Audio:${reset} ${VOLUME}"
+ printf "${pipe} /home: ${DISK} ${pipe} ${cyanf}Bat:${reset} $BAT - ${BAT_STATUS} ${pipe} ${cyanf}Audio:${reset} ${VOLUME} \t \t \t \t"
sleep 1
done