Sup /fglt/, I made a script to generate a CPU usage graph using imagemagick, pls rate:
https://pastebin.com/V73TMk5X
Also, here's what the ~/.config/cpu-graph.conf file should look like:
# Path to the graph image file
IMAGE_PATH='/dev/shm/cpu-graph.png'
# Width of the graph in pixels
IM_WIDTH=40
# Height of the graph in pixels
IM_HEIGHT=40
# Update interval in milliseconds
UPDATE_INT=500
Comment too long. Click here to view the full text.