mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 03:32:30 +00:00
fix attempt for #30
This commit is contained in:
parent
0939b743c9
commit
b99693515f
|
@ -109,7 +109,6 @@ require("freedesktop/freedesktop")
|
||||||
|
|
||||||
-- {{{ Wibox
|
-- {{{ Wibox
|
||||||
markup = lain.util.markup
|
markup = lain.util.markup
|
||||||
red = "#EA6F81"
|
|
||||||
|
|
||||||
-- Textclock
|
-- Textclock
|
||||||
clockicon = wibox.widget.imagebox(beautiful.widget_clock)
|
clockicon = wibox.widget.imagebox(beautiful.widget_clock)
|
||||||
|
@ -157,7 +156,7 @@ mpdwidget = lain.widgets.mpd({
|
||||||
mpdicon:set_image(beautiful.widget_music)
|
mpdicon:set_image(beautiful.widget_music)
|
||||||
end
|
end
|
||||||
|
|
||||||
widget:set_markup(markup(red, artist) .. title)
|
widget:set_markup(markup("#EA6F81", artist) .. title)
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
mpdwidgetbg = wibox.widget.background(mpdwidget, "#313131")
|
mpdwidgetbg = wibox.widget.background(mpdwidget, "#313131")
|
||||||
|
|
Loading…
Reference in a new issue