summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-08-25 12:18:01 +0200
committerbakkeby <[email protected]>2021-08-25 12:18:01 +0200
commit036421845ff585b87304e70e1168f24aab80ccdd (patch)
treef3be6db055677330354fae7b996e6ef8bf984b42 /patch/include.h
parentc2e4fed9182c84c713b24e6f3c60754c950bcf9b (diff)
downloaddwm-flexipatch-036421845ff585b87304e70e1168f24aab80ccdd.tar.gz
dwm-flexipatch-036421845ff585b87304e70e1168f24aab80ccdd.zip
Adding separate statuscolors bar module ref. #180
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 c913a27..eea37a8 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -44,6 +44,9 @@
#if BAR_STATUSCMD_PATCH
#include "bar_statuscmd.h"
#endif
+#if BAR_STATUSCOLORS_PATCH
+#include "bar_statuscolors.h"
+#endif
#if BAR_WINICON_PATCH
#include "bar_winicon.h"
#endif