mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-17 15:55:52 -05:00
Merge branch 'pr-212/i3/master'
This commit is contained in:
commit
01acfa0a7b
1 changed files with 1 additions and 1 deletions
2
i3lock.c
2
i3lock.c
|
@ -70,7 +70,7 @@
|
|||
typedef void (*ev_callback_t)(EV_P_ ev_timer *w, int revents);
|
||||
static void input_done(void);
|
||||
|
||||
char color[9] = "ffffffff";
|
||||
char color[9] = "a3a3a3ff";
|
||||
|
||||
/* options for unlock indicator colors */
|
||||
char insidevercolor[9] = "006effbf";
|
||||
|
|
Loading…
Add table
Reference in a new issue