Slock config

This commit is contained in:
2024-06-08 21:03:03 +01:00
parent 94266f09b3
commit 62f8a8f9fd
3 changed files with 8 additions and 8 deletions

View File

@@ -3,10 +3,10 @@ static const char *user = "nobody";
static const char *group = "nogroup";
static const char *colorname[NUMCOLS] = {
[BG] = "black", /* background */
[INIT] = "#4f525c", /* after initialization */
[INPUT] = "#005577", /* during input */
[FAILED] = "#CC3333", /* wrong password */
[BG] = "#282828", /* background */
[INIT] = "#ebdbb2", /* after initialization */
[INPUT] = "#8ec07c", /* during input */
[FAILED] = "#fb4934", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */