summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 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";