summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_indicators.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-11-05 12:16:38 +0100
committerbakkeby <[email protected]>2020-11-05 12:16:38 +0100
commit251e3a23de3f2826baad6f1187b4f48351742b0b (patch)
treee65a21957c238f4079ff7bcf0db87f4c8073bab6 /patch/bar_indicators.c
parentf662f6e749cc853afd124393b2d28919b5f355b5 (diff)
downloaddwm-flexipatch-251e3a23de3f2826baad6f1187b4f48351742b0b.tar.gz
dwm-flexipatch-251e3a23de3f2826baad6f1187b4f48351742b0b.zip
Adding tiled indicators as suggested in #68
Diffstat (limited to 'patch/bar_indicators.c')
-rw-r--r--patch/bar_indicators.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/patch/bar_indicators.c b/patch/bar_indicators.c
index 7f22a45..644e072 100644
--- a/patch/bar_indicators.c
+++ b/patch/bar_indicators.c
@@ -105,4 +105,6 @@ drawstateindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w,
#endif // FAKEFULLSCREEN_CLIENT_PATCH
if (c->isfloating)
drawindicator(m, c, occ, x, y, w, h, tag, filled, invert, floatindicatortype);
+ else
+ drawindicator(m, c, occ, x, y, w, h, tag, filled, invert, tiledindicatortype);
} \ No newline at end of file