slock

fork of slock
git clone git://popovic.xyz/slock.git
Log | Files | Refs | README | LICENSE

commit 7675ccbae1719447fbc5fc2b24bdc4e5fa2d5378
parent cb146dea48a32683c62cda32cf53bc31fb26456c
Author: Milutin Popovic <mika@popovic.xyz>
Date:   Mon, 17 Nov 2025 23:07:29 +0000

config mod

Diffstat:
Mconfig.def.h | 12++++++------
Mconfig.h | 12++++++------
Mexplicit_bzero.o | 0
Mslock | 0
Mslock.o | 0
5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -1,17 +1,17 @@ /* user and group to drop privileges to */ -static const char *user = "miksa"; -static const char *group = "wheel"; +static const char *user = "mika"; +static const char *group = "mika"; static const char *colorname[NUMCOLS] = { [BACKGROUND] = "black", /* after initialization */ - [INIT] = "#632328", /* after initialization */ - [INPUT] = "#632328", /* during input */ + [INIT] = "#A96C8A", /* after initialization */ + [INPUT] = "#A96C8A", /* during input */ [FAILED] = "#2d2d2d", /* wrong password */ - [CAPS] = "red", /* CapsLock on */ + [CAPS] = "#6CA98A", /* CapsLock on */ }; /* treat a cleared input like a wrong password (color) */ -static const int failonclear = 1; +static const int failonclear = 0; /* time in seconds before the monitor shuts down */ static const int monitortime = 5; diff --git a/config.h b/config.h @@ -1,17 +1,17 @@ /* user and group to drop privileges to */ -static const char *user = "miksa"; -static const char *group = "wheel"; +static const char *user = "mika"; +static const char *group = "mika"; static const char *colorname[NUMCOLS] = { [BACKGROUND] = "black", /* after initialization */ - [INIT] = "#632328", /* after initialization */ - [INPUT] = "#632328", /* during input */ + [INIT] = "#A96C8A", /* after initialization */ + [INPUT] = "#A96C8A", /* during input */ [FAILED] = "#2d2d2d", /* wrong password */ - [CAPS] = "red", /* CapsLock on */ + [CAPS] = "#6CA98A", /* CapsLock on */ }; /* treat a cleared input like a wrong password (color) */ -static const int failonclear = 1; +static const int failonclear = 0; /* time in seconds before the monitor shuts down */ static const int monitortime = 5; diff --git a/explicit_bzero.o b/explicit_bzero.o Binary files differ. diff --git a/slock b/slock Binary files differ. diff --git a/slock.o b/slock.o Binary files differ.