woodruffw / screenfetch-c

A rewrite of screenFetch in C.
MIT License
73 stars 17 forks source link

get RAM from /proc/meminfo #44

Closed darealshinji closed 6 years ago

darealshinji commented 6 years ago

Also remove "(double)" cast from detect_disk. The calculated used RAM is the same displayed in mate-system-monitor +-~2MB. But I'm still not 100% sure if this is the correct way to calculate RAM.

woodruffw commented 6 years ago

The calculated used RAM is the same displayed in mate-system-monitor +-~2MB.

I'm happy with that resolution.

This LGTM, thanks!