diff options
author | mhsn <mail@mhsn.net> | 2025-07-19 19:22:58 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-07-19 19:22:58 +0100 |
commit | d85bf3344b4c7cfde883a617dc69d55197e449bd (patch) | |
tree | 54fa2e351a8b8f1b80772af5fc6a228a05da5285 /x11-misc/slock/files/50-colors.patch | |
parent | 84b04e9c609fd452402cd688be3adce096520959 (diff) | |
download | adelie-d85bf3344b4c7cfde883a617dc69d55197e449bd.tar.gz adelie-d85bf3344b4c7cfde883a617dc69d55197e449bd.zip |
add dmenu and slock
Diffstat (limited to 'x11-misc/slock/files/50-colors.patch')
-rw-r--r-- | x11-misc/slock/files/50-colors.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-misc/slock/files/50-colors.patch b/x11-misc/slock/files/50-colors.patch new file mode 100644 index 0000000..b9b3509 --- /dev/null +++ b/x11-misc/slock/files/50-colors.patch @@ -0,0 +1,17 @@ +diff --git i/config.def.h w/config.def.h +index 9855e21..5aa29be 100644 +--- i/config.def.h ++++ w/config.def.h +@@ -3,9 +3,9 @@ static const char *user = "nobody"; + static const char *group = "nogroup"; + + static const char *colorname[NUMCOLS] = { +- [INIT] = "black", /* after initialization */ +- [INPUT] = "#005577", /* during input */ +- [FAILED] = "#CC3333", /* wrong password */ ++ [INIT] = "#152126", /* after initialization */ ++ [INPUT] = "#152126", /* during input */ ++ [FAILED] = "#682733", /* wrong password */ + }; + + /* treat a cleared input like a wrong password (color) */ |