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:
parent
0939b743c9
commit
b99693515f
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue