summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unlock_indicator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unlock_indicator.c b/unlock_indicator.c
index 1483230..ddad957 100644
--- a/unlock_indicator.c
+++ b/unlock_indicator.c
@@ -296,8 +296,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);
}
}