diff --git a/neofetch b/neofetch index 6e66260e..7914d1c5 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")