From 83e4244a42a091f1fcc4aa064a7aa82fe8fc994a Mon Sep 17 00:00:00 2001 From: celso Date: Thu, 20 Jul 2023 10:39:29 -0300 Subject: [PATCH] changed fontsize --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index f5fd096..d5dec2c 100644 --- a/config.def.h +++ b/config.def.h @@ -6,7 +6,7 @@ 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 focusonwheel = 0; -static const char *fonts[] = { "Liberation Sans:style=regular:size=11:antialias=true:autohint=true", "Font Awesome 5 Free:size=10:antialias=true:autohint=true" }; +static const char *fonts[] = { "Liberation Sans:style=regular:size=11:antialias=true:autohint=true", "Font Awesome 5 Free:size=11:antialias=true:autohint=true" }; static const char dmenufont[] = "Liberation Mono:size=11"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444";