diff --git a/neofetch b/neofetch index 51acd781..baf4b89c 100755 --- a/neofetch +++ b/neofetch @@ -720,7 +720,7 @@ getcpu() { "Mac OS X") cpu="$(sysctl -n machdep.cpu.brand_string)" - cores="$(sysctl -n hw.ncpu)" + cores="$(sysctl -n hw.physicalcpu)" ;; "iPhone OS")