From 764b955f0678f34c23ba27b87b23bce280ce909c Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 28 Sep 2023 02:16:32 +0200 Subject: Display message when screen is locked --- config.def.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 12fbb4b..452983d 100644 --- a/config.def.h +++ b/config.def.h @@ -14,6 +14,16 @@ static const int controlkeyclear = 0; /* time in seconds before the monitor shuts down */ static const int monitortime = 30; +/* default message */ +static const char * lock_message = "locked."; + +/* text color */ +static const char * text_fg_color = "#fff"; +static const char * text_bg_color = "#f00"; + +/* text size (must be a valid size) */ +static const char * font_name = "fixed"; + /* treat a cleared input like a wrong password (color) */ static const int failonclear = 1; -- cgit v1.2.3-71-gd317