From 9a987adf05ae0d241d22fbb0ee142fbefa76a138 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 26 Feb 2023 10:28:24 -0600 Subject: set font size in mpdarc (need a way to not hardcode it) --- 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 f1d6930..c6a6f16 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 = 'Play 9' + font = 'mononoki Nerd Font Mono 12' } local update_graphic = function(widget, stdout, _, _, _) -- cgit v1.2.3