i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit eb761b16ad54396aa62a250039d9f0c47cfe7a00
parent 4f76d51a3f79082e01b319e9031aad868d89449d
Author: Panagiotis Vasilopoulos <hello@alwayslivid.com>
Date:   Thu, 20 May 2021 15:35:26 +0000

Changed background color to #a3a3a3 (#300)


Diffstat:
Mi3lock.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i3lock.c b/i3lock.c
@@ -57,7 +57,7 @@
 typedef void (*ev_callback_t)(EV_P_ ev_timer *w, int revents);
 static void input_done(void);
 
-char color[7] = "ffffff";
+char color[7] = "a3a3a3";
 uint32_t last_resolution[2];
 xcb_window_t win;
 static xcb_cursor_t cursor;