diff options
| author | bakkeby <[email protected]> | 2020-07-19 16:57:30 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-07-19 16:57:30 +0200 |
| commit | 023aa218e4a0f7614bf59db88942c4f66f560410 (patch) | |
| tree | 776d6a5aac6ec4d4e17070a82cd9b88723c870e3 /patch/include.c | |
| parent | 23c0e9450f19e50c46a577e626e059e673ba1499 (diff) | |
| download | dwm-flexipatch-023aa218e4a0f7614bf59db88942c4f66f560410.tar.gz dwm-flexipatch-023aa218e4a0f7614bf59db88942c4f66f560410.zip | |
Adding powerline patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 6 |
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 |
