To install Conky just go to Terminal and paste the following code:
sudo apt-get install conky
tired of copy pasting this lines? press this link to automatically install conky.
Now here comes the nice part. Conky is fully customizable through a configuration file called ".conkyrc" (of course, without the quotes).
Go to Terminal and type in:
nano ~/.conkyrc
The above command will create a file called .conkyrc in your home directory (home/username/.conkyrc). This is the file we are going to use in order to configure our conky installation. Press this link and copy-paste all the code in our newly created file. (Right-Click > Paste)
To save the file press CTRL + X, press Y (yes, we want to save the changes) and save the file with the same location (don't change it!).
In the steps above we simply created a .conkyrc file, added the code to it and saved it.
Well, it's over! Now you can run conky, enter Terminal and type
conky
Don't like how it looks? Or are you looking for other configuration files? No problem, there are loads of them over the internet. You can try to google it or go to this thread.

12 comments: