From f866af6e33f250d111396b4f3d6973e64e7e954c Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 9 Jun 2019 23:30:40 +0700 Subject: [PATCH] Use bigger Dejavu Sans Mono font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index c79145f..e2d3cef 100644 --- a/config.h +++ b/config.h @@ -21,4 +21,4 @@ static const char * message = "Enter password to unlock"; static const char * text_color = "#ffffff"; /* text size (must be a valid size) */ -static const char * text_size = "fixed"; +static const char * text_size = "-*-dejavu sans mono-bold-r-normal--22-*-*-*-*-*-iso10646-1";