Conky is an application that I love to have running whenever I'm using my computer. Its pretty much eyecandy that gives you that geeky/cool look for your desktop, but I guess it can be pretty useful too. Basically what it does is show system monitoring information on your desktop, such as the amount of memory you are using, how fast your CPU is running, etc. It also has a transparent background, making it seem like its part of your desktop wallpaper.
That picture shows conky running in the top right coner of the screen. For the most part it is very easy to install. If you are running Ubuntu you can simply go to the main menu -> System -> Administration -> Synaptic Package Manager. Scroll down the list of programs until you find conky, check the box and install it. At the time of this writing conky is at version 1.4.7 in the package manager, but i believe there is a newer version available on the Conky Website if you want the upgrade. I use version 1.4.7 myself and it works like a charm.
Now that we have conky installed we need to customize it how we want. Conky's configuration file is just found in your home folder, but it is a hidden file. To find it you need to click the View menu at the top of the File Browser and select Show Hidden Files. The file is called ".conkyrc". If you don't have this file in your home folder you can simply create one yourself. Inside of this file is where you need to put your configuration. Here is one to get you started:
And here is the one I made and use:
I know it can look somewhat intimidating, but look over those scripts for a little while and I'm sure you can figure out how they work. Everything that has a "#" before it is just a comment to help you out. My script is a lot shorter than the first one, but the first one may do a better job of explaining what is going on. If you figure out how to work the scripts you can check out a full list of variables at the Conky Website.
Now we want to run conky and see how it looks. open up a terminal and simply type in "conky" without the quotes and it should pop up. When you close the terminal conky will dissappear, but this is a good way to continue editing the .conkyrc file and checking out what it looks like. When you get it how you like and want it to stay up for good hit Alt + F2 and type in "conky" without the quotes.
The next thing you probably want to do is getting conky to startup when you turn your computer on, however I'll probably save this for another tutorial. The reason being that sometimes people run into the problem of Conky loading before the wallpaper does, and therefore the wallpaper gets drawn on top of conky. If you really want to know the work around right now you can check out the Ubuntu forum.
Wells thats about it for now. Whats great about Conky is that you can actually set it up to read RSS feeds, check your email, display the weather, and all kinds of other things, but i'm going to save that for another tutorial. First things first, and that is getting conky to work.