mpdarc: use theme font

Default to beautiful.font, and use 'Play 9' as a backup.
This commit is contained in:
zachir 2023-11-18 14:53:21 -06:00
parent a54f4dbc4c
commit f452e3ce0b
No known key found for this signature in database
GPG Key ID: 6AACB5F005D54258
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ local mpdarc_icon_widget = wibox.container.mirror(mpdarc, { horizontal = true })
local mpdarc_current_song_widget = wibox.widget {
id = 'current_song',
widget = wibox.widget.textbox,
font = 'Play 9'
font = beautiful.font or 'Play 9'
}
local update_graphic = function(widget, stdout, _, _, _)