Skip to content

Commit

Permalink
Changed background color to #a3a3a3 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0toose authored May 20, 2021
1 parent 4f76d51 commit eb761b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eb761b1

Please sign in to comment.