diff --git a/runShell.sh b/runShell.sh index 1f1f323..2328f0c 100644 --- a/runShell.sh +++ b/runShell.sh @@ -24,6 +24,6 @@ fi # print telemetry data printf "Disk: %s" "$free_space" -printf "RAM: %.2f%%" "$ram_usage" -printf "CPU: %.1f%%" "$cpu_usage" -printf "CPU-T: %.1f°C (%.1f°F)" "$temp" "$tempf" \ No newline at end of file +printf " RAM: %.2f%%" "$ram_usage" +printf " CPU: %.1f%%" "$cpu_usage" +printf " CPU-T: %.1f°C (%.1f°F)" "$temp" "$tempf" \ No newline at end of file