diff options
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 992fd74..bccadd2 100644 --- a/config.def.h +++ b/config.def.h @@ -8,8 +8,8 @@ static const int showbar = 1; /* 0 means no bar */ static const int horizpadbar = 4; /* horizontal padding for statusbar */ static const int vertpadbar = 6; /* vertical padding for statusbar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "dejavusansmono nerd font:size=10" }; +static const char dmenufont[] = "dejavusansmono nerd font:size=10"; static const char col_gray1[] = "#111111"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; |