From cb5d7285fa381c3bfca6fa567d7039b320a9a2d7 Mon Sep 17 00:00:00 2001 From: stkhan Date: Thu, 19 May 2022 18:49:27 +0000 Subject: slock has a lock screen wallpaper --- slock-1.4/config.def.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'slock-1.4/config.def.h') diff --git a/slock-1.4/config.def.h b/slock-1.4/config.def.h index 9855e21..eb88b3d 100644 --- a/slock-1.4/config.def.h +++ b/slock-1.4/config.def.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ static const char *user = "nobody"; -static const char *group = "nogroup"; +static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ @@ -10,3 +10,6 @@ static const char *colorname[NUMCOLS] = { /* treat a cleared input like a wrong password (color) */ static const int failonclear = 1; + +/* Background image path, should be available to the user above */ +static const char* background_image = ""; -- cgit v1.2.3