mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-17 15:55:52 -05:00
also narrow the new keystroke width
This commit is contained in:
parent
5a5741bc22
commit
5e1de46792
1 changed files with 1 additions and 0 deletions
|
@ -437,6 +437,7 @@ xcb_pixmap_t draw_image(uint32_t *resolution) {
|
||||||
* keypress. */
|
* keypress. */
|
||||||
if (unlock_state == STATE_KEY_ACTIVE ||
|
if (unlock_state == STATE_KEY_ACTIVE ||
|
||||||
unlock_state == STATE_BACKSPACE_ACTIVE) {
|
unlock_state == STATE_BACKSPACE_ACTIVE) {
|
||||||
|
cairo_set_line_width(ctx, 7.0);
|
||||||
cairo_new_sub_path(ctx);
|
cairo_new_sub_path(ctx);
|
||||||
double highlight_start = (rand() % (int)(2 * M_PI * 100)) / 100.0;
|
double highlight_start = (rand() % (int)(2 * M_PI * 100)) / 100.0;
|
||||||
cairo_arc(ctx,
|
cairo_arc(ctx,
|
||||||
|
|
Loading…
Add table
Reference in a new issue