summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h10
1 files changed, 10 insertions, 0 deletions
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;