i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 3a74fc4aba79be9e888f0b2de2c1d88ecacaa559
parent 148e2e48f87523a7d3c882c27e0724877764de40
Author: Chris Guillott <chris@techfo.xyz>
Date:   Tue, 10 Jan 2017 13:51:33 -0600

Merge branch 'master' of https://github.com/i3/i3lock

Diffstat:
Munlock_indicator.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/unlock_indicator.c b/unlock_indicator.c
@@ -470,8 +470,8 @@ xcb_pixmap_t draw_image(uint32_t *resolution) {
                       BUTTON_CENTER /* x */,
                       BUTTON_CENTER /* y */,
                       BUTTON_RADIUS /* radius */,
-                      highlight_start + (M_PI / 3.0) /* start */,
-                      (highlight_start + (M_PI / 3.0)) + (M_PI / 128.0) /* end */);
+                      (highlight_start + (M_PI / 3.0)) - (M_PI / 128.0) /* start */,
+                      highlight_start + (M_PI / 3.0) /* end */);
             cairo_stroke(ctx);
         }
     }