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 ++-- dwm | Bin 85192 -> 85200 bytes dwm.o | Bin 77552 -> 77584 bytes 3 files changed, 2 insertions(+), 2 deletions(-) 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"; diff --git a/dwm b/dwm index fde045b..2e66c81 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 0c6d453..d93ba56 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3