summaryrefslogtreecommitdiff
path: root/slock-1.4/config.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-19 18:49:27 +0000
committerstkhan <personal@slickd.xyz>2022-05-19 18:49:27 +0000
commitcb5d7285fa381c3bfca6fa567d7039b320a9a2d7 (patch)
tree3eb6540629a2599746d69728e6ff8927990f981d /slock-1.4/config.h
parentd214ade6878905318c6a4db23c91ce0851ee6ffc (diff)
slock has a lock screen wallpaper
Diffstat (limited to 'slock-1.4/config.h')
-rw-r--r--slock-1.4/config.h3
1 files changed, 3 insertions, 0 deletions
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";