Another Linux Blag

Running Ubuntu as a Desktop and Server

Howto: Get a beautiful Conky 1.4.2 setup

, ,

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

Great tutorial to get a great looking Conky setup on ubuntu.

-------------------------------------------------------------------

In addition to this I had to do the following:

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

Open your text editor of choice and copy/paste the following:

-------

#!/bin/bash
sleep 15 && conky;

-------

Save it as .conky_start.sh in your home folder and then open terminal, navigate to your home folder and do this:

chmod a+x .conky_start.sh

After that head to: system -> preferences -> sessions > and edit conky settings, insert the full path to .conky_start.sh and then save.



After that reboot the computer and conky should start and look something like this:



Hope it goes well smile

Password Protect A Web Directory Using Ubuntu and Apache2Running Ubuntu in Windows XP

Write a comment

New comments have been disabled for this post.