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";