Added amd support for cpu temperature. Reorginised function completely.
Changed cmake to be static
changed print functions to use printf instead of std::cout
buffers whole screen frame before printing.
added background color to graphs
made graphs colourful
using functions to plot graphs instead of messy code
updated printing to be more legible
added termninal size check
removed panic function; no longer needed
Printing the ram and cpu info as well as a graph of the cpu.
Made the info show at the top of the screen in alt terminal mode.
removed tinydir and replaced with built in functions.
Rewrote meminfo as it stopped working for no reason, cpu tmp function on the way.