From cd33b0908ef540dc74d44d2c981ff5f6d2020d0e Mon Sep 17 00:00:00 2001 From: celso Date: Mon, 25 Dec 2023 20:46:03 -0300 Subject: [PATCH] made font bigger for new glasses --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index eca8fe7..beb0742 100644 --- a/config.def.h +++ b/config.def.h @@ -6,8 +6,8 @@ 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 6 Free Regular:size=11:antialias=true:autohint=true", "Font Awesome 6 Brands:size=11:antialias=true:autohint=true", "Font Awesome 6 Free Solid:size=11:antialias=true:autohint=true" }; -static const char dmenufont[] = "Liberation Mono:size=11"; +static const char *fonts[] = { "Liberation Sans:style=regular:size=14:antialias=true:autohint=true", "Font Awesome 6 Free Regular:size=14:antialias=true:autohint=true", "Font Awesome 6 Brands:size=14:antialias=true:autohint=true", "Font Awesome 6 Free Solid:size=14:antialias=true:autohint=true" }; +static const char dmenufont[] = "Liberation Mono:size=14"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb";