
Gobilum Conky
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
How to install:
Copy the content of the Gobilum Folder in /home/yourusername/.conky/
Install font: copy the folder "ubuntu_titling_bold" in your font folder /home/yourusername/.fonts/
To start the conky at startup, create a file ".start-conky" (without "") in your home, write this code in it:
#!/bin/sh
sleep 20
conky -d -c ~/.conky/conkyrc
exit
then make it executable; in terminal (Ctrl+T):
sudo chmod +x ~/.start-conky
Open "Application at startup", create a new and complete like this:
Name: Conky at Startup
Command: /home/yourusername/.start-conky
Comment: Start Conky
Readme File for others settings.
Contact: www.libero-pensiero.com
mrlamud
8 years ago
It's very easy for newbie like me.
Report
jan27t
8 years ago
Report
Aaika
8 years ago
Report