I made this on TalkComputers, SF, and LC, and HF previously. Here's what I've got
I'll go through the whole installation.

The following are links to cool conky configs, that was my google search :tongue::
I figure you guys are probably smarter since you are long time Linux users, some of you, so if you have anything to add, tell me and I'll edit it in with your name :tongue:
--
To add this to startup is different, I prefer not doing that as it overlaps my windows.
If you wish to start it simply do the run > conky, killing it is
Alt + F2:
Run:
Enjoi
I'll go through the whole installation.
- If you've just installed the distro, you have to update first so the software center has conky in it
- Open Terminal
- Type
Code:Sudo apt-get install Conky - Now conky is installed.
- Just as a test, press alt + f2 and then type 'conky' and hit run, minimize any windows and check if the default conky is running, if it is then right click and it'll go away, if it isn't... then it either isn't working, or it just doesn't on your computer.
- Navigate to etc/conky/conky.conf
- Copy conky.conf and paste it in your home directory.
- If it is hidden: Press ctrl + h and it will show up
- If it is not hidden/after you've shown it: Right click conky.conf and press rename. Rename it to .conkyrc, you may have to do it twice if it doesn't change at first.
- Open the .conkyrc file in gedit(gnome users), or kate (kde), and add your conky scripts, then save it.
- After you've made the conky file, hit Alt + f2 and type Conky, and then hit run. It should open up, if it doesn't... you can ask me but I can't guarantee you it will work.
Source. I wrote some of it, though; as you can see if you click the source, I expanded partiallyI don't know how to add it to startup, so please don't ask me!
The following are links to cool conky configs, that was my google search :tongue::
- Link 1
- This link has some cool ones, you have to sign up though, ubuntu-forums.org
- Link 3
- Link 4
- Link 5
- Link 6, on the bottom of the page there is a link to the conky file, you can click 'Download' and it'll just go to the source or whatever
I figure you guys are probably smarter since you are long time Linux users, some of you, so if you have anything to add, tell me and I'll edit it in with your name :tongue:
--
To add this to startup is different, I prefer not doing that as it overlaps my windows.
If you wish to start it simply do the run > conky, killing it is
Alt + F2:
Run:
Code:
killall conky
Enjoi