-
- Notifications
You must be signed in to change notification settings - Fork 619
Description
Be sure to read FAQ before submitting a new issue.
Wanted features:
I want fastfetch to differentiate if there's multiple physical CPUs on the system.
Motivation:
I have no hard numbers to back me up, but I assume there's plenty of people using fastfetch on their dual Xeon workstations running Windows/macOS/Linux.
I have came up with the following macOS only implementation https://github.com/AzimovParviz/fastfetch/commit/d3e8416f73f55ea40bd7dc53934d6b554f11a895 in my fork.
This is how it looks on my MacPro5,1 with dual quad core Xeons

I also did https://github.com/AzimovParviz/fastfetch/commit/3355cd505d6c2f2a2b85aef4d0cf8f3dd807a928 to account for the "2 x" string to the output more clear, but I am not confident in whether this is the correct way to go about it
I did not find any contribution guidelines outside of line 206 of README.md so I am doing a feature request before doing a PR