From a7dbbadd23bab2d21734ef984941eb37be91cede Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Wed, 10 Feb 2021 17:01:45 +0000 Subject: Updated Font To Fira Code --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 5430c29..e3f8660 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ static int centered = 0; /* -c option; centers dmenu on scree static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "JetBrains Mono Nerd Font:size=12" + "FiraCode Nerd Font:size=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ -- cgit v1.2.3