Is there an app that's similar to GeekTool that will allow me to show graphical charts on my desktop showing resource usage (network i/o, disk usage, etc)? Specifically, I'm looking for something like Samurize for windows so I can in some way replicate the chart on the right-hand side of this image.

link|improve this question

44% accept rate
feedback

2 Answers

up vote 0 down vote accepted

I did something similar using Scruffy to create pngs that I used for a desktop dashboard

Assuming you can pass a few numbers to a simple script, it should be easy to use scruffy to make a chart and then have that chart load from geektool.

link|improve this answer
Heh, you'd at least expect the examples to work on their website! I'll look into it though, thanks. – Phillip Oldham Sep 8 '09 at 13:57
feedback

Without the graph (filling bar portion):

You could do something similar in GeekTool using a desktop background (or even an alpha'd picture for the basic curves below the text element) and careful spacing (hello printf!) in either a script or the command you specify in GeekTool. Are you using GeekTool 2 or 3?

An example of spacing with printf:

printf "Line 1: %-50s\nLine 2: %50s\n" "Hello Left aligned" "World is right aligned"
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.