Conky MPD bar
conky.config = {
own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_transparent = true,
out_to_console = true,
out_to_x = no,
double_buffer = true,
use_xft = true,
font = 'Hack:size=9',
update_interval = 1.0,
total_run_times = 0,
use_spacer = 'none',
alignment = 'top_right',
gap_x = 40,
gap_y = 800,
default_color = '#2D7AB9',
}
conky.text = [[
${scroll 30 $mpd_artist - $mpd_title} ${color white}[$mpd_status]${color}$mpd_bitrate kbps
$mpd_bar
]]