diff options
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int user_bh = 22; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */ -static const char *fonts[] = { "FiraCode Nerd Font Mono:style=Regular:size=10" }; -static const char dmenufont[] = "FiraCode Nerd Font Mono:style=Regular:size=10"; +static const char *fonts[] = { "JetBrainsMono Nerd Font:style=Regular:size=10" }; +static const char dmenufont[] = "JetBrainsMono Nerd Font:style=Regular:size=10"; static const char col_gray1[] = "#282828"; static const char col_gray2[] = "#928374"; static const char col_gray3[] = "#ebdbb2"; |
