From 62f56acf86f17ced03a5a60133fda7e6a9c7fddd Mon Sep 17 00:00:00 2001 From: TiynGER Date: Thu, 26 Oct 2023 17:07:07 +0200 Subject: [PATCH] updated logo size --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 2792d2f..932a162 100644 --- a/config.def.h +++ b/config.def.h @@ -15,7 +15,7 @@ static const int failonclear = 1; /* Background image path, should be available to the user above */ static const char* background_image = "/home/user/.local/share/lock"; /* insert grid pattern with scale 1:1, the size can be changed with logosize */ -static const int logosize = 75; +static const int logosize = 40; static const int logow = 10; /* grid width and height for right center alignment*/ static const int logoh = 15;