Howto: Get a beautiful Conky 1.4.2 setup
Tuesday, January 22, 2008 12:01:08 PM
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
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







