Support Forums

Full Version: Conky in Linux Mint
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know its very easy to install it , but i can't install it successfully on my pc
Can anyone tell me step by step how do it ?
Please dont post youtube videos link , i hate them
Thanks a lot in advance
Code:
sudo apt-get install conky

Once you've installed Conky, make a config file named ".conkyrc" using this command.

Code:
gedit ~/.conkyrc

Search Google for Conky scripts, or write your own if you can.

Here you can find a great list of Conky variables.

http://conky.sourceforge.net/variables.html
(04-06-2010, 03:34 AM)5C4RF4C3 Wrote: [ -> ]
Code:
sudo apt-get install conky

Once you've installed Conky, make a config file named ".conkyrc" using this command.

Code:
gedit ~/.conkyrc

Search Google for Conky scripts, or write your own if you can.

Here you can find a great list of Conky variables.

http://conky.sourceforge.net/variables.html

Thanks a lot for replying i will try it