1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-12-22 19:22:32 +00:00

fix attempt for #30

This commit is contained in:
luke bonham 2014-01-29 12:14:19 +01:00
parent 0939b743c9
commit b99693515f

View file

@ -109,7 +109,6 @@ require("freedesktop/freedesktop")
-- {{{ Wibox
markup = lain.util.markup
red = "#EA6F81"
-- Textclock
clockicon = wibox.widget.imagebox(beautiful.widget_clock)
@ -157,7 +156,7 @@ mpdwidget = lain.widgets.mpd({
mpdicon:set_image(beautiful.widget_music)
end
widget:set_markup(markup(red, artist) .. title)
widget:set_markup(markup("#EA6F81", artist) .. title)
end
})
mpdwidgetbg = wibox.widget.background(mpdwidget, "#313131")