From c8e7d7e57b76d12c99d93e12fc05c50dc9f6c79c Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Tue, 7 Dec 2021 19:57:02 +0200 Subject: [PATCH] Clear message --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index e7158a3..f8ffd7d 100644 --- a/config.h +++ b/config.h @@ -15,7 +15,7 @@ static const float alpha = 0.5; static const int failonclear = 1; /* default message */ -static const char * message = "Enter password to unlock"; +static const char * message = ""; /* text color */ static const char * text_color = "#abb2bf";