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.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'slock-1.4/config.h') diff --git a/slock-1.4/config.h b/slock-1.4/config.h index 27cc2d0..64f13ed 100644 --- a/slock-1.4/config.h +++ b/slock-1.4/config.h @@ -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 = "/usr/local/share/slock/lockscreen.jpg"; -- cgit v1.2.3