diff options
author | zachir <zachir@librem.one> | 2023-02-28 21:49:58 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-28 21:49:58 -0600 |
commit | de62d9b99980c864ff7d32c6e62cfa29cea67fea (patch) | |
tree | 7ce855b9914bfe2da26ac121241b2df1f92bff47 /mpdarc-widget | |
parent | 9a987adf05ae0d241d22fbb0ee142fbefa76a138 (diff) |
add setting to use font2 or smaller font
Diffstat (limited to 'mpdarc-widget')
-rw-r--r-- | mpdarc-widget/mpdarc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpdarc-widget/mpdarc.lua b/mpdarc-widget/mpdarc.lua index c6a6f16..a6a8e75 100644 --- a/mpdarc-widget/mpdarc.lua +++ b/mpdarc-widget/mpdarc.lua @@ -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 = 'mononoki Nerd Font Mono 12' + font = beautiful.font2 or beautiful.font } local update_graphic = function(widget, stdout, _, _, _) |