Support Forums
Conky in Linux Mint - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4)
+---- Forum: Linux, FreeBSD, and Unix (https://www.supportforums.net/forumdisplay.php?fid=17)
+---- Thread: Conky in Linux Mint (/showthread.php?tid=5625)



Conky in Linux Mint - Notieboie - 04-06-2010

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


RE: Conky in Linux Mint - 5C4RF4C3 - 04-06-2010

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


RE: Conky in Linux Mint - Notieboie - 04-06-2010

(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