summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_indicators.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-09-16 11:07:23 +0200
committerbakkeby <[email protected]>2020-09-16 11:07:23 +0200
commit7275ca47ffe049fd2dbf60c606ef2cf2d909b6c6 (patch)
treef321fdab9f49c9b84ff611237f8968f729457bbe /patch/bar_indicators.h
parentb8dc848918d7a07412d5fb1be74a9ac44862a028 (diff)
downloaddwm-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_indicators.h')
-rw-r--r--patch/bar_indicators.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/patch/bar_indicators.h b/patch/bar_indicators.h
index 1364cc3..d015101 100644
--- a/patch/bar_indicators.h
+++ b/patch/bar_indicators.h
@@ -10,7 +10,11 @@ enum {
INDICATOR_BOX_WIDER,
INDICATOR_BOX_FULL,
INDICATOR_CLIENT_DOTS,
- INDICATOR_RIGHT_TAGS
+ INDICATOR_RIGHT_TAGS,
+ INDICATOR_PLUS,
+ INDICATOR_PLUS_AND_SQUARE,
+ INDICATOR_PLUS_AND_LARGER_SQUARE,
};
-static void drawindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w, int h, unsigned int tag, int filled, int invert, int type); \ No newline at end of file
+static void drawindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w, int h, unsigned int tag, int filled, int invert, int type);
+static void drawstateindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w, int h, unsigned int tag, int filled, int invert); \ No newline at end of file