QUOTE(Stormy001_M1A2 @ Aug 23 2010, 07:08 AM)
This is my conky arc, more and less. I writing this out of my memory lol.

The version I using is 3.20.
./conky-colors --lang=english --theme=ambiance --cpu=4 --cputemp --swap --updates --proc=4 --hd=meerkat --clock=lucky --nvidia --calendar --m --network --ubuntu
Have fun trying.
For more options on conky type: ./conky-colors --help
Yeah, feel free to share the top panel transparency stuff.
Thanks man

As for your top panel transparency, depending on your theme... you can edit the gtkrc file found in /usr/share/themes/<theme folder>/gtk-2.0 (of course with root privileges) and find this line in it, and mark it as a comment by adding a # at the beginning of the line like this:
CODE
# bg_pixmap[NORMAL] = "panel_bg.png"
And set your panel to either use a background image or a solid color (with lessened opacity) and you'll get transparency, although it's actually a fake one... somehow GNOME still doesn't implement true transparency for the panel

Enjoy