diff options
| author | bakkeby <[email protected]> | 2020-05-26 20:53:53 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-05-26 20:53:53 +0200 |
| commit | e79aec52c28af424adf4b31ff5d4504303c61383 (patch) | |
| tree | 6f83c7749de60b70082bed83ea3bce420d89533f /patch/include.c | |
| parent | fc8434abd1218fc33a4418bcde31cef10c12ede7 (diff) | |
| download | dwm-flexipatch-e79aec52c28af424adf4b31ff5d4504303c61383.tar.gz dwm-flexipatch-e79aec52c28af424adf4b31ff5d4504303c61383.zip | |
Adding status2d patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index dc516fe..5113dc6 100644 --- a/patch/include.c +++ b/patch/include.c @@ -122,6 +122,9 @@ #if STACKER_PATCH #include "stacker.c" #endif +#if STATUS2D_PATCH && !STATUSCOLORS_PATCH +#include "status2d.c" +#endif #if STATUSCOLORS_PATCH #include "statuscolors.c" #endif |
