From c2020e56f604e0b33fd6cba1ba724613be52356b Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 2 Sep 2022 08:51:40 +0200 Subject: [PATCH] updated font. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 5dc4ecc..b9d26b8 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "JetBrainsMonoMedium Nerd Font:size=9", + "JetBrainsMono Nerd Font:size=9", }; static const unsigned int bgalpha = OPAQUE; static const unsigned int fgalpha = OPAQUE;