diff --git a/runShell.sh b/runShell.sh index 2328f0c..7785d59 100644 --- a/runShell.sh +++ b/runShell.sh @@ -23,7 +23,7 @@ else 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 "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