Slowfetch now displays the current memory usage out of the device’s total RAM and shows the usage percentage. It also converts the unit automatically; GB is the default and only uses MB/KB if current usage is less than 500 MB/KB
It also reads the CPU’s info, model, and specifications from the /proc directory and displays the information alongside memory
Current shell and the number of packages installed on the OS are also displayed using some string manipulation
Getting the GPU info is a bit trickier since it has to run the lspci command, capture its output, and filter through it to get the exact name of the chip
Added a README to better document the script’s features
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.