diff options
author | zachir <zachir@librem.one> | 2023-02-26 10:28:24 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-26 10:28:24 -0600 |
commit | 9a987adf05ae0d241d22fbb0ee142fbefa76a138 (patch) | |
tree | 7ab3acad4e2f877e80860af1ffbffc541468f62b /mpdarc-widget | |
parent | 1983667ca66d0dfb7e01bf4de87ae96b8db49a35 (diff) |
set font size in mpdarc (need a way to not hardcode it)
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 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, _, _, _) |