summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--patch/bar_indicators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/bar_indicators.c b/patch/bar_indicators.c
index 90eb1a0..7f22a45 100644
--- a/patch/bar_indicators.c
+++ b/patch/bar_indicators.c
@@ -70,7 +70,7 @@ drawindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w, int
( x + w - 2 - ((NUMTAGS / TAGSROWS) * TAGSPX)
- (i % (NUMTAGS/TAGSROWS)) + ((i % (NUMTAGS / TAGSROWS)) * TAGSPX)
),
- ( 2 + ((i / (NUMTAGS/TAGSROWS)) * TAGSPX)
+ ( y + 2 + ((i / (NUMTAGS/TAGSROWS)) * TAGSPX)
- ((i / (NUMTAGS/TAGSROWS)))
),
TAGSPX, TAGSPX, (c->tags >> i) & 1, 0