diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-27 19:32:58 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-27 19:32:58 +0900 |
| commit | d6524aa790b1829bc72be183aa36370c2ff7cb56 (patch) | |
| tree | af580f8a2555c14d15a4d6318d5dea7212aee9eb /slock/config.h | |
| parent | 2a0bd36624c80db5a04762e4cd0cf0adc0fb5027 (diff) | |
Init
Diffstat (limited to 'slock/config.h')
| -rw-r--r-- | slock/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slock/config.h b/slock/config.h index b6a4837..ddd9814 100644 --- a/slock/config.h +++ b/slock/config.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ static const char *group = "wheel"; -static int personalblur = 100; +static int personalblur = 150; static const char *colorname[NUMCOLS] = { [INIT] = "#3c3836", /* after initialization */ @@ -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/9CB06044-2DC1-4615-8347-721653FD2B1E.png"; +static const char* background_image = "Private/photo/F84CAD3A-7AE6-4971-8D15-2B79CAE5A5B9.png"; /* default message */ static const char *message = "THESIAH"; |
