diff --git a/config.def.h b/config.def.h index 086aa23..b0da19f 100644 --- a/config.def.h +++ b/config.def.h @@ -12,8 +12,8 @@ static const char statussep = ';'; /* separator between statuses */ static const int user_bh = 2; /* 2 is the default spacing around the bar's font */ static const int vertpad = 10; /* vertical padding of bar */ static const int sidepad = 10; /* horizontal padding of bar */ -static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "Hack Nerd Font:size=10" }; +static const char dmenufont[] = "Hack Nerd Font:size=10"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb";