Step 1 :- Install Conky - sudo apt-get install conky-all
Step 2 :- Enable showing hidden files and copy'temp' folder and '.conkyrc' file to your home folder.
Step 3 :- Run conky from terminal to see how it looks.
Step 4 :- Close the terminal and open '.conkyrc' file in your home folder to make any changes. It is very easy.
Step 5 :- Open terminal and type 'sudo nano /etc/xdg/autostart/conky.desktop'
Step 6 :- Copy and paste these lines onto your nano window.

[Desktop Entry]
Name=conky
GenericName=conky
Comment=Highly configurable desktop
Exec=/usr/bin/conky
Terminal=false
Type=Application
X-GNOME-Autostart-enabled=true

Step 7 :- Save the file using 'ctrl+O' (Its 'O' for OpenSuse)
Step 8 :- Restart your machine and see if conky is loaded nice and pretty.

