diff options
| author | bakkeby <[email protected]> | 2021-08-25 12:18:01 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-08-25 12:18:01 +0200 |
| commit | 036421845ff585b87304e70e1168f24aab80ccdd (patch) | |
| tree | f3be6db055677330354fae7b996e6ef8bf984b42 /patch/include.h | |
| parent | c2e4fed9182c84c713b24e6f3c60754c950bcf9b (diff) | |
| download | dwm-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.h | 3 |
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 |
