This Geeklet show the current CPU, Memory and Disk usage on a simple meter that represents the current percentage. This geeklet was last updated on 07/01/2011. Fixed issues to more accurately reflect CPU, Memory and Disk Usage.
To change the colors, fine the lines that look like this...
echo "\33[1;34m*\33[0m\c"
Change 34 to any of the following for different colors.
30 - Black; 31 - Red; 32 - Green; 33 - Yellow; 34 - Blue; 35 - Purple; 36 - Light Blue; 37 - White; 39 - Grey;
Also, you can change the * on tihs line to show another character.