diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |