From b759480ff41dea26d015c47429543b29264567e6 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Mon, 26 Sep 2022 02:11:55 +0530 Subject: JetBrains Mono patched nerd font fix --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 579c303..3aca128 100644 --- a/config.h +++ b/config.h @@ -13,8 +13,8 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ //static const char *fonts[] = { "UbuntuMono Nerd Font:size=16", "FontAwesome:size=24"}; -static const char *fonts[] = {"JetBrainsMono:size=14" , "JoyPixels:pixelsize=16:antialias=true:autohint=true" }; -static const char dmenufont[] = "JetBrainsMono:size=13"; +static const char *fonts[] = {"JetBrainsMono Nerd Font:size=14" , "JoyPixels:pixelsize=16:antialias=true:autohint=true" }; +static const char dmenufont[] = "JetBrainsMono Nerd Font:size=13"; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; static char normfgcolor[] = "#bbbbbb"; -- cgit v1.2.3