diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 23:07:56 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 23:07:56 -0500 |
| commit | e1529e12787da7ab7fc9ddb6ba75bbff11c6cd2f (patch) | |
| tree | dabd47b841b359d0e1b85e9bbc7c930b27c196d7 /config.def.h | |
| parent | 1cb89c4f15140122532b956e4e48f9674523f546 (diff) | |
| download | slock-e1529e12787da7ab7fc9ddb6ba75bbff11c6cd2f.tar.gz | |
Applied Capscolor patch
https://tools.suckless.org/slock/patches/capscolor/
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 6ab12bf..f9b2c1d 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,7 @@ static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ [INPUT] = "#005577", /* during input */ [FAILED] = "#CC3333", /* wrong password */ + [CAPS] = "red", /* CapsLock on */ }; |