summaryrefslogtreecommitdiff
path: root/slock
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-27 21:03:39 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-27 21:03:39 +0900
commit9dfc0d976e2f16c79992b1acc56f081746d0681e (patch)
tree271f9f8658725f6ce73b722021ae2d85bd33c170 /slock
parentd6524aa790b1829bc72be183aa36370c2ff7cb56 (diff)
Init
Diffstat (limited to 'slock')
-rw-r--r--slock/config.h4
-rwxr-xr-xslock/slockbin32144 -> 32144 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/slock/config.h b/slock/config.h
index ddd9814..d363e52 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 = 150;
+static int personalblur = 100;
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/F84CAD3A-7AE6-4971-8D15-2B79CAE5A5B9.png";
+static const char* background_image = "Private/photo/A124864F-D53C-469A-93C2-28E101E4B826.png";
/* default message */
static const char *message = "THESIAH";
diff --git a/slock/slock b/slock/slock
index 9170911..cba05fe 100755
--- a/slock/slock
+++ b/slock/slock
Binary files differ