From bd5a5af3c49601d10a095c61313dabcf5e8eb214 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 22 Oct 2023 05:04:54 +0100 Subject: Changed font of DWM --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index c668b2d..b7527a8 100644 --- a/config.h +++ b/config.h @@ -13,7 +13,7 @@ static const unsigned int opengap = 20; /* optional gaps between windows static unsigned int togglegap = true; static const int showbar = true; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Liberation Mono:size=12" }; +static const char *fonts[] = { "Noto Sans Mono:size=11" }; static const char dmenufont[] = "monospace:size=9"; static const char col_black[] = "#161616"; static const char col_gray1[] = "#222222"; -- cgit v1.2.3-13-gbd6f