From eb761b16ad54396aa62a250039d9f0c47cfe7a00 Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos Date: Thu, 20 May 2021 15:35:26 +0000 Subject: [PATCH] Changed background color to #a3a3a3 (#300) --- i3lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3lock.c b/i3lock.c index e855a75..3ab9397 100644 --- 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;