diff --git a/screenfetch-dev b/screenfetch-dev index d95f9ade..3af6eabd 100755 --- a/screenfetch-dev +++ b/screenfetch-dev @@ -1641,14 +1641,14 @@ detectcpu () { fi fi if [[ "${cpun}" -gt "1" ]]; then - cpun="${cpun}x " + cpun="${cpun}x" else cpun="" fi if [ -z "$cpufreq" ]; then cpu="${cpun}${cpu}" else - cpu="$cpu @ ${cpun}${cpufreq}" + cpu="$cpu (${cpun}) @ ${cpufreq}" fi if [ -d '/sys/class/hwmon/' ]; then for dir in /sys/class/hwmon/* ; do