diff options
Diffstat (limited to 'patch/bar_indicators.c')
| -rw-r--r-- | patch/bar_indicators.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/bar_indicators.c b/patch/bar_indicators.c index bf89f62..11876c6 100644 --- a/patch/bar_indicators.c +++ b/patch/bar_indicators.c @@ -47,6 +47,9 @@ drawindicator(Monitor *m, Client *c, unsigned int occ, int x, int w, unsigned in case INDICATOR_BOX_WIDER: drw_rect(drw, x + boxw/2, 0, w - boxw, bh, 0, invert); break; + case INDICATOR_BOX_FULL: + drw_rect(drw, x, 0, w - 2, bh, 0, invert); + break; case INDICATOR_CLIENT_DOTS: for (c = m->clients; c; c = c->next) { if (c->tags & (1 << tag)) { |
