mpdarc: use theme font
Default to beautiful.font, and use 'Play 9' as a backup.
This commit is contained in:
parent
a54f4dbc4c
commit
f452e3ce0b
|
@ -50,7 +50,7 @@ local mpdarc_icon_widget = wibox.container.mirror(mpdarc, { horizontal = true })
|
||||||
local mpdarc_current_song_widget = wibox.widget {
|
local mpdarc_current_song_widget = wibox.widget {
|
||||||
id = 'current_song',
|
id = 'current_song',
|
||||||
widget = wibox.widget.textbox,
|
widget = wibox.widget.textbox,
|
||||||
font = 'Play 9'
|
font = beautiful.font or 'Play 9'
|
||||||
}
|
}
|
||||||
|
|
||||||
local update_graphic = function(widget, stdout, _, _, _)
|
local update_graphic = function(widget, stdout, _, _, _)
|
||||||
|
|
Loading…
Reference in New Issue