Slock config

This commit is contained in:
2024-06-08 21:03:03 +01:00
parent 07ea588c6c
commit a85de8b25a
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) */

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) */

Binary file not shown.