i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 01acfa0a7b24fc18dfc10aa4b1a27123ef969b46
parent 2e34ff216bce6259b82d25a59cc147b957842276
Author: Raymond Li <hi@raymond.li>
Date:   Thu, 27 May 2021 18:07:40 -0400

Merge branch 'pr-212/i3/master'

Diffstat:
Mi3lock.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i3lock.c b/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";