mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
indicator bottom bar should probably be filled depending on whether the tag is selected or not
This commit is contained in:
parent
85c99ae8d4
commit
ff7fbd2410
@ -36,7 +36,7 @@ drawindicator(Monitor *m, Client *c, unsigned int occ, int x, int w, unsigned in
|
||||
drw_rect(drw, x + boxw, 0, w - ( 2 * boxw + 1), 1, filled, invert);
|
||||
break;
|
||||
case INDICATOR_BOTTOM_BAR:
|
||||
drw_rect(drw, x + boxw, bh - boxw/2, w - ( 2 * boxw + 1), boxw/2, 1, invert);
|
||||
drw_rect(drw, x + boxw, bh - boxw/2, w - ( 2 * boxw + 1), boxw/2, filled, invert);
|
||||
break;
|
||||
case INDICATOR_BOTTOM_BAR_SLIM:
|
||||
drw_rect(drw, x + boxw, bh - boxw/2, w - ( 2 * boxw + 1), 1, 1, invert);
|
||||
|
Loading…
Reference in New Issue
Block a user