summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-05-26 20:53:53 +0200
committerbakkeby <[email protected]>2020-05-26 20:53:53 +0200
commite79aec52c28af424adf4b31ff5d4504303c61383 (patch)
tree6f83c7749de60b70082bed83ea3bce420d89533f /patch/include.h
parentfc8434abd1218fc33a4418bcde31cef10c12ede7 (diff)
downloaddwm-flexipatch-e79aec52c28af424adf4b31ff5d4504303c61383.tar.gz
dwm-flexipatch-e79aec52c28af424adf4b31ff5d4504303c61383.zip
Adding status2d patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 5164236..bb0197d 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -125,6 +125,9 @@
#if STACKER_PATCH
#include "stacker.h"
#endif
+#if STATUS2D_PATCH && !STATUSCOLORS_PATCH
+#include "status2d.h"
+#endif
#if STATUSCMD_PATCH
#include "statuscmd.h"
#endif