From de62d9b99980c864ff7d32c6e62cfa29cea67fea Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 28 Feb 2023 21:49:58 -0600 Subject: add setting to use font2 or smaller font --- mpdarc-widget/mpdarc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpdarc-widget/mpdarc.lua') 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, _, _, _) -- cgit v1.2.3