diff options
Diffstat (limited to 'slock-1.4/config.h')
| -rw-r--r-- | slock-1.4/config.h | 3 |
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"; |