From 0033cc887dd4114320b843fdff5caae3e5be4afc Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 24 Oct 2023 18:57:27 +0200 Subject: [PATCH] move bg to cache --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 041c31f..1cec038 100644 --- a/config.def.h +++ b/config.def.h @@ -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";