From 66a682b1b88a0fd9aadf123859559c7dc5275172 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 27 Mar 2021 18:59:23 +0300 Subject: feat: use dejavu sans mono nerd font in statusbar --- config.def.h | 4 ++-- 1 file 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"; -- cgit v1.2.3