mirror of
https://github.com/tiyn/slock.git
synced 2025-04-06 01:47:47 +02:00
remove unneeded code of dwmlogo patch
This commit is contained in:
parent
72b4407a7b
commit
a8518168e5
@ -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 */
|
||||
};
|
||||
|
1
slock.c
1
slock.c
@ -31,7 +31,6 @@
|
||||
char *argv0;
|
||||
|
||||
enum {
|
||||
BACKGROUND,
|
||||
INIT,
|
||||
INPUT,
|
||||
FAILED,
|
||||
|
Loading…
x
Reference in New Issue
Block a user