From f285e5ed30b6538d9eacdfec8223f63d3efd4790 Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Sat, 14 Feb 2026 13:33:23 -0300 Subject: [PATCH] add new font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index dc2c7ac..04565ce 100644 --- a/config.h +++ b/config.h @@ -11,7 +11,7 @@ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { - "PxPlus IBM VGA 8x16:size=16" + "PxPlusIBMVGA8 Nerd Font:size=13" }; static const char dmenufont[] = "monospace:size=10"; static const char col_black[] = "#000000";