Clear message

This commit is contained in:
Victor Timofei 2021-12-07 19:57:02 +02:00
parent 37f091cb16
commit c8e7d7e57b
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ static const float alpha = 0.5;
static const int failonclear = 1; static const int failonclear = 1;
/* default message */ /* default message */
static const char * message = "Enter password to unlock"; static const char * message = "";
/* text color */ /* text color */
static const char * text_color = "#abb2bf"; static const char * text_color = "#abb2bf";