diff options
| author | bakkeby <[email protected]> | 2020-09-16 11:07:23 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-16 11:07:23 +0200 |
| commit | 7275ca47ffe049fd2dbf60c606ef2cf2d909b6c6 (patch) | |
| tree | f321fdab9f49c9b84ff611237f8968f729457bbe /patch/bar_awesomebar.c | |
| parent | b8dc848918d7a07412d5fb1be74a9ac44862a028 (diff) | |
| download | dwm-flexipatch-7275ca47ffe049fd2dbf60c606ef2cf2d909b6c6.tar.gz dwm-flexipatch-7275ca47ffe049fd2dbf60c606ef2cf2d909b6c6.zip | |
Experimenting with having more status indicators than just whether the client is floating or not
Diffstat (limited to 'patch/bar_awesomebar.c')
| -rw-r--r-- | patch/bar_awesomebar.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/patch/bar_awesomebar.c b/patch/bar_awesomebar.c index 47b9eee..7a0a3dd 100644 --- a/patch/bar_awesomebar.c +++ b/patch/bar_awesomebar.c @@ -45,8 +45,7 @@ draw_awesomebar(Bar *bar, BarArg *a) drw_setscheme(drw, scheme[scm]); drw_text(drw, x, a->y, tabw + (i < remainder ? 1 : 0), a->h, pad, c->name, 0, False); - if (c->isfloating) - drawindicator(c->mon, c, 1, x, a->y, w, a->h, 0, 0, c->isfixed, floatindicatortype); + drawstateindicator(c->mon, c, 1, x, a->y, w, a->h, 0, 0, c->isfixed); x += tabw + (i < remainder ? 1 : 0); } } |
