From db2824a8e18e9cace353585662d19cd124ba7013 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 12 May 2016 20:31:36 +1000 Subject: [PATCH] Format CPU output on BSD --- neofetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neofetch b/neofetch index 04558a1a..08a2abb7 100755 --- a/neofetch +++ b/neofetch @@ -1103,6 +1103,8 @@ getcpu () { # Get cpu cores cores=$(sysctl -n hw.ncpu) + + cpu="$cpu @ ${speed}GHz" ;; esac