summaryrefslogtreecommitdiff
path: root/patch/bar_indicators.h
diff options
context:
space:
mode:
authorBear <bear@bengtsson.win>2021-12-27 09:29:58 +0000
committerBear <bear@bengtsson.win>2021-12-27 09:29:58 +0000
commit69262b01ced79c2d776fab9b889926d1816a1e7a (patch)
treef304cd6fa8734e83a7772d07dc9b484781565155 /patch/bar_indicators.h
Added DWM
Diffstat (limited to 'patch/bar_indicators.h')
-rw-r--r--patch/bar_indicators.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/patch/bar_indicators.h b/patch/bar_indicators.h
new file mode 100644
index 0000000..c66e4f0
--- /dev/null
+++ b/patch/bar_indicators.h
@@ -0,0 +1,21 @@
+enum {
+ INDICATOR_NONE,
+ INDICATOR_TOP_LEFT_SQUARE,
+ INDICATOR_TOP_LEFT_LARGER_SQUARE,
+ INDICATOR_TOP_BAR,
+ INDICATOR_TOP_BAR_SLIM,
+ INDICATOR_BOTTOM_BAR,
+ INDICATOR_BOTTOM_BAR_SLIM,
+ INDICATOR_BOX,
+ INDICATOR_BOX_WIDER,
+ INDICATOR_BOX_FULL,
+ INDICATOR_CLIENT_DOTS,
+ 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);
+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);
+