PDA

View Full Version : Learning how to use conky



Oxypunk
August 22nd, 2008, 07:48 AM
Hi everyone. I am fairly new to ubuntu, and am loving it so far. The only real draw back so far is games, but I can do with out them.

So here is my question. I was trying to understand how to modify conky. All the website say to create a conkyrc file into the / folder. Is this just implying copying the the conky.conf file into the / folder renamed conkyrc? Also, what is the purpose of creating a conkyrc file? When conky starts up, how does it know to startup from the conkyrc file instead of where it normally starts?

I hope these are not too many questions, but as I said before I am new to linux.

TheSlipstream
August 22nd, 2008, 08:14 AM
sudo gedit ~/.conkyrc

Will create and open one for you. :)

We have a ton of nice Conkys somewhere, but you'll have to search for it.

You don't need to do anything but put code in there, Conky does the lot of it. No moving the file (which is inside the Home directory, although you should just use the terminal command so nothing gets messed up, just in case.

Mr.Crowley
August 22nd, 2008, 09:28 AM
Yes, the conky.conf file is just the example conky configuration file given to you with the program. You can make that your conkyrc file with:

sudo mv /path/to/conky.conf ~/.conkyrc
However, I don't think the stock config file works, but I don't really remember. The conkyrc file is simply the configuration file conky reads so that the program knows what to display on the screen when it is started.

Read 'HOW TO: A Beginners Guide to Setting up Conky (http://ubuntuforums.org/showthread.php?t=867076)' and you will get a better understanding of how to use conky.

backupdevice
August 22nd, 2008, 09:34 AM
And don't forget to check this topic to get inspired

http://ubuntuforums.org/showthread.php?t=281865

FuturePilot
August 22nd, 2008, 09:36 AM
I've found this very helpful.
http://conky.sourceforge.net/variables.html

Oxypunk
August 23rd, 2008, 09:13 PM
Thank you for the help. I have conky working now.

Sealbhach
August 23rd, 2008, 09:44 PM
Also, what is the purpose of creating a conkyrc file? When conky starts up, how does it know to startup from the conkyrc file instead of where it normally starts?


As I understand it, the conkyrc file contains a set of instructions telling Conky how to display itself on your desktop.

So any changes you make in the conkyrc file will change to way Conky looks.

There are addtional scripts you can use (which are referred to in the conkyrc file) which can get and format data about weather, RSS news feeds and other stuff.


.