# Conky-Faenza
# Rabu 07 September 2011
# Modified by pingsut <pingsuters@gmail.com>
# Configuration for music player
#

# Default Fonts
use_xft yes
xftfont Ubuntu:size=9
override_utf8_locale yes

# Performance Settings
double_buffer yes

# Cache Setting
imlib_cache_size 0

# Window Settings
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Window border
draw_borders no
draw_shades no
draw_graph_borders no

# Default Color
default_color D3D7CF

# Color Title
color0 D34E18 #aero 96C7FF,ambiance D34E18,dust CD7B2B,elegant 5D7E80,elementary 597CA2,sonar 3C9500

# Size and position
minimum_size 217 117
gap_x 0
gap_y 25
alignment top_right

TEXT
${image ~/.conky/themes/music-1.png -p 0,0 217x117}
${voffset 17}${goto 60}${color0}${if_running exaile}${exec conkyExaile --datatype=ST}${color}
${goto 60}${execi 30 conkyExaile --datatype=AR | cut -c -22}
${goto 60}${execi 30 conkyExaile --datatype=TI | cut -c -22}
${goto 60}${execi 30 conkyExaile --datatype=AL | cut -c -22}
${image ~/.conky/icons/player-orange.png -p 10,40 40x40}${else}${voffset 22}${goto 60}${blink Not Active!}${image ~/.conky/icons/player-grey.png -p 10,40 40x40}${endif}
