Conky Gobilum 1.0 ~ Created by Aaika (www.libero-pensiero.com)

#------------------- TERMS
Free to use and modify

#------------------- INSTALL NEW FONT

I used "Ubuntu Titling" font, from BetaType (http://betatype.com/node/36). The font folder is in the .zip .

1. In your home folder create a new folder (if doesn't exists) ".fonts" (without "")
2. Copy "ubuntu_titling_rg_bold" folder in the new .fonts (it's hidden folder, if you don't see it Ctrl+h on your keyboard)

#------------------- SETTING CONKY
	
	WEATHER

Don't forget to modify http://weather.noaa.gov/pub/data/observations/metar/stations/ LICJ on line 61, in the conkyrc file.
Replace my setting LICJ, with your code country; you can get it at the site http://weather.noaa.gov 

	DESKTOP ENVIRONMENT SETTING
		
		Gnome 3 (gnome-shell 3.4):
		
		use these setting at line 18
		
		own_window_class Conky
		own_window yes
		own_window_type normal
		own_window_transparent yes
		own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
		
		Unity:
		
		use these setting at line 18
		
		own_window_class Conky
		own_window yes
		own_window_type override
		own_window_transparent yes
		own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

#------------------- START CONKY AT START UP

In your home (/home/yourusername/) create a file .start-conky and put this code in:

#!/bin/sh
sleep 30
conky -d -c ~/.conky/conkyrc
exit

Make executable, by terminal:

sudo chmod +x /home/yourusername/.start-conky

Then open Start Up Option and add new:

Name: Start Conky Gobilm
Command: /home/yourusername/.start-conky
Comment: Start Conky

#------------------- CREDITS

BetaType for font Ubuntu Titling (http://betatype.com/node/36)
Conky Wiki (http://conky.sourceforge.net/variables.html)
Conky Pit Stop (Tips and Tricks) (http://conky.pitstop.free.fr/wiki/index.php5?title=Category:Tips_and_tricks_(en) )
londonali1010 for conky rings lua (http://londonali1010.deviantart.com/)
Ubuntu Design Canonical for Ubuntu Logo (http://design.canonical.com/the-toolkit/ubuntu-logo-and-circle-of-friends/)

#------------------- CONTACT

For bugs or others, please contact me at bonsai3720@hotmail.com or www.libero-pensiero.com
