# Conky-Faenza 2.4
# 100% GPL ~ Feel free to modif!
# modif by Hamzah <pingsuters@gmail.com>
# Faenza icons by Tiheum 
# Kamis 08 September 2011

--Install PPA conkyhardcore from terminal:
  sudo add-apt-repository ppa:conkyhardcore/ppa
  sudo apt-get update
  sudo apt-get install conkyexaile	---> if you using Exaile Music Player
  sudo apt-get install conkybanshee	---> if you using Banshee Music Player
  sudo apt-get install conkyrhythmbox	---> if you using Rhythmbox Music Player

--Instalations;
--Backup your conky configuration! (cause some files, maybe will replace your config
  without notifications)
--Extract all files on your home folder 
--You should manually edit conky config on your home directory:
 -Show all your files on home directory by hit Ctrl + H
 -Double click .conkyrc

--Change colors at lines 29-33

--Change themes at lines 42 (.conkyrc-system)
${image ~/.conky/themes/ambiance.png -p 0,0 821x77}
--Replace ambiance with; aero  dust  elegant  elementary  sonar

--Music Player (.conkyrc-music)
--Add this line if used Banshee (lines 43-46)  
${voffset 17}${goto 60}${color0}${if_running banshee}${execi 30 conkyBanshee --datatype=ST}
${goto 60}${execi 30 conkyBanshee --datatype=AR | cut -c -22}
${goto 60}${execi 30 conkyBanshee --datatype=TI | cut -c -22}
${goto 60}${execi 30 conkyBanshee --datatype=AL | cut -c -22}

--Add this line if used Rhythmbox (lines 43-46)
${voffset 17}${goto 60}${color0}${if_running rhythmbox}${execi 30 conkyRhythmbox --datatype=ST}
${goto 60}${execi 30 conkyRhythmbox --datatype=AR | cut -c -22}
${goto 60}${execi 30 conkyRhythmbox --datatype=TI | cut -c -22}
${goto 60}${execi 30 conkyRhythmbox --datatype=AL | cut -c -22}

--Change color icon on music player
--Find the last lines (lines 47)
${image ~/.conky/icons/player-orange.png -p 10,40 40x40}
--Replace player-orange with;
	player-blue	player-green	player-pink (select your favourite color)

--Make a conky startup from >System >Preferences >Startup Applications
--Peacefull from Yogyakarta & Happy Conky!! :)
