|
|
|
@ -12,4 +12,4 @@ static const char *colorname[NUMCOLS] = {
|
|
|
|
|
static const int failonclear = 1;
|
|
|
|
|
|
|
|
|
|
/* Background image path, should be available to the user above */
|
|
|
|
|
static const char* background_image = "/home/user/.config/lock.png";
|
|
|
|
|
static const char* background_image = "/home/user/.local/share/lock";
|
|
|
|
|