# — SETTINGS — #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
double_buffer yes
no_buffers yes
text_buffer_size 1024
imlib_cache_size 0

# — WINDOW — #
own_window yes
own_window_type desktop
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_argb_value 0
own_window_argb_visual yes
own_window_colour 000000

# — BORDER — #
border_inner_margin 2
border_outer_margin 2

# — SIZE — #
minimum_size 400 150
maximum_width 450

# — ALIGNMENT — #
alignment bottom_right
gap_x 30
gap_y 10

# — GRAPHIC — #
draw_shades yes
draw_outline yes
draw_borders no
draw_graph_borders no
default_color E3E3E3
default_shade_color 2B2B2B
default_outline_color 2B2B2B
#own_window_colour 292929

# — TEXT — #
use_xft yes
xftfont Cantarell:pixelsize=16 bold
xftalpha 1.0
uppercase no
override_utf8_locale yes
default_color E3E3E3

# — LUA — #
#lua_load ~/Conky/bgcolor/bg.lua
#lua_draw_hook_pre conky_draw_bg

# — Colors — #
color0 #475A79
color1 E3E3E3
color2 566070
color3 1793D1
gap_x 30
gap_y 10
TEXT
${if_mpd_playing}
${voffset 45}${alignr 150}${mpd_title 34}
${alignr 150}${mpd_artist 34}
${alignr 150}${mpd_album 34}
${alignr 150}$mpd_elapsed of $mpd_length
${voffset -3}${color3}${mpd_bar 4,400}
${execi 1 $HOME/.conky/DeviousPlotsInc/conky-mpd/cover.sh}${image /tmp/conkyCover.png -p 255 -s 160x160}$endif
