summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-07-19 16:57:30 +0200
committerbakkeby <[email protected]>2020-07-19 16:57:30 +0200
commit023aa218e4a0f7614bf59db88942c4f66f560410 (patch)
tree776d6a5aac6ec4d4e17070a82cd9b88723c870e3 /patch/include.c
parent23c0e9450f19e50c46a577e626e059e673ba1499 (diff)
downloaddwm-flexipatch-023aa218e4a0f7614bf59db88942c4f66f560410.tar.gz
dwm-flexipatch-023aa218e4a0f7614bf59db88942c4f66f560410.zip
Adding powerline patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index cef9234..2964b98 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -20,6 +20,12 @@
#if BAR_LTSYMBOL_PATCH
#include "bar_ltsymbol.c"
#endif
+#if BAR_POWERLINE_STATUS_PATCH
+#include "bar_powerline_status.c"
+#endif
+#if BAR_POWERLINE_TAGS_PATCH
+#include "bar_powerline_tags.c"
+#endif
#if BAR_STATUS_PATCH
#include "bar_status.c"
#endif