diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-09-04 16:18:44 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-09-04 16:18:44 +0900 |
| commit | 46471b7ba7a7db6bdd8018c0314ff16fc4d6f366 (patch) | |
| tree | c1a5a30eff4166708332aa22be03db93e08cc1ce /slock/config.h | |
| parent | 4d1104a0306af5e8a268197a3f8250e9e9cfc3c9 (diff) | |
Init
Diffstat (limited to 'slock/config.h')
| -rw-r--r-- | slock/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slock/config.h b/slock/config.h index d363e52..4ceddcb 100644 --- a/slock/config.h +++ b/slock/config.h @@ -16,7 +16,7 @@ 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 = "Private/photo/A124864F-D53C-469A-93C2-28E101E4B826.png"; +static const char* background_image = ""; /* default message */ static const char *message = "THESIAH"; |
