Merge branch 'pr-212/i3/master'

This commit is contained in:
Raymond Li 2021-05-27 18:07:40 -04:00
commit 01acfa0a7b
No known key found for this signature in database
GPG Key ID: A014EA89B62BBB1B
1 changed files with 1 additions and 1 deletions

View File

@ -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";