1
0
mirror of https://github.com/tiyn/slock.git synced 2025-04-02 16:17:47 +02:00

remove unneeded code of dwmlogo patch

This commit is contained in:
tiyn 2023-10-25 23:28:42 +02:00
parent da2d4604a3
commit 1a7de3947f

View File

@ -4,7 +4,6 @@ static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
[INIT] = "#2d2d2d", /* after initialization */
[BACKGROUND] = "black", /* after initialization */
[INPUT] = "#005577", /* during input */
[FAILED] = "#CC3333", /* wrong password */
};