commit 0454f84df3e49f4efe4adb07c17513bc23c646fd from: Caleb Stein date: Wed Mar 11 03:35:53 2026 UTC change font commit - 0b0c1824787009c34d8e4e0419611b0e8389d864 commit + 0454f84df3e49f4efe4adb07c17513bc23c646fd blob - c117558a53b397680914213b4730005d70566f3b blob + 8cd6afe49527df9e4de9d167a5ed42488ee047b3 --- config.h +++ config.h @@ -14,8 +14,8 @@ static const int horizpadbar = 20; /* ho static const int vertpadbar = 8; /* vertical padding for statusbar */ static const int vertpad = 10; /* vertical padding of bar */ static const int sidepad = 10; /* horizontal padding of bar */ -static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "UbuntuMono Nerd Font:size=12", "monospace:size10" }; +static const char dmenufont[] = "UbuntuMono Nerd Font:size=12"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb";