Change default message

This commit is contained in:
Khue Doan 2019-06-09 19:57:00 +07:00
parent 9f47c67997
commit 1218a3b63d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ static const char *colorname[NUMCOLS] = {
static const int failonclear = 1;
/* default message */
static const char * message = "Suckless: Software that sucks less.";
static const char * message = "Enter password to unlock";
/* text color */
static const char * text_color = "#ffffff";