From f16a1b15e2a29f18c2ed124b50806b82e7d1c62e Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 27 Jul 2009 04:29:07 +0000 Subject: [PATCH] tweaked output --- inxi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index 5a4d96d..0a25732 100755 --- a/inxi +++ b/inxi @@ -3913,21 +3913,21 @@ print_sensors_data() else mobo_temp='N/A' fi - mobo_temp="${C1}mobo temp:${C2} $mobo_temp" + mobo_temp="${C1}Temps: mobo:${C2} $mobo_temp" if [[ -n ${A_SENSORS_DATA[1]} ]];then cpu_temp=${A_SENSORS_DATA[1]} else cpu_temp='N/A' fi - cpu_temp="${C1}cpu temp:${C2} $cpu_temp" + cpu_temp="${C1}cpu:${C2} $cpu_temp" if [[ -n ${A_SENSORS_DATA[2]} ]];then cpu_fan=${A_SENSORS_DATA[2]} else cpu_fan='N/A' fi - cpu_fan="${C1}cpu fan:${C2} $cpu_fan rpm" + cpu_fan="${C1}Fans: cpu:${C2} $cpu_fan rpm" sensors_data=${A_SENSORS_DATA[0]} fi sensors_data="$mobo_temp $cpu_temp $cpu_fan"