summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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