slock

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

commit 0f64691071071a827e13df1d82bc9ccb074117d2
parent ac1ef6d73764a2ab842f9a0f1e94059ee3c62eb9
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Sun,  4 Jan 2026 19:38:01 +0000

colors

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -4,14 +4,14 @@ static const char *group = "wheel"; static const char *colorname[NUMCOLS] = { [BACKGROUND] = "black", /* after initialization */ - [INIT] = "#A96C8A", /* after initialization */ + [INIT] = "#A16C1F", /* after initialization */ [INPUT] = "#A96C8A", /* during input */ [FAILED] = "#2d2d2d", /* wrong password */ [CAPS] = "#6CA98A", /* CapsLock on */ }; /* treat a cleared input like a wrong password (color) */ -static int failonclear = 1; +static int failonclear = 0; static int logosize = 50; static int logow = 9; /* Grid width and height for right center alignment*/