From 1218a3b63d28e65cc8dce234026978ea57d3a512 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 9 Jun 2019 19:57:00 +0700 Subject: [PATCH] Change default message --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index dee7c21..234315f 100644 --- a/config.h +++ b/config.h @@ -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";