KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.84k stars 454 forks source link

add generic support for aarch64 CPUs #673

Closed jda closed 4 years ago

jda commented 4 years ago

Because of reasons, CPU info does not exist in /proc/cpuinfo in a human-friendly format on Linux/aarch64. Instead, lscpu (from common Linux utils) maintains a translation table.

Tested on a SolidRun HoneyComb LX2K, AWS a1.medium (Amazon custom chip), and a packet.net c2.large.arm.

LX2K with patch: screenfetch-seras

LX2K without: screenfetch-stock-fedora

AWS (Amazon Linux appears to be running a old version of lscpu that does not contain the necessary info) screenfetch-aws

Packet (without and then with): packet-c2-screenfetch