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 /patches.def.h | |
| parent | c2e4fed9182c84c713b24e6f3c60754c950bcf9b (diff) | |
| download | dwm-flexipatch-036421845ff585b87304e70e1168f24aab80ccdd.tar.gz dwm-flexipatch-036421845ff585b87304e70e1168f24aab80ccdd.zip | |
Adding separate statuscolors bar module ref. #180
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index aaaf02a..a2176bf 100644 --- a/patches.def.h +++ b/patches.def.h @@ -361,6 +361,10 @@ /* This patch enables colored text in the status bar. It changes the way colors are defined * in config.h allowing multiple color combinations for use in the status script. * This patch is incompatible with and takes precedence over the status2d patch. + * + * This patch is compatible with the statuscmd patch with the caveat that the first 16 markers + * are reserved for status colors restricting block signals to 17 through 31. + * * https://dwm.suckless.org/patches/statuscolors/ */ #define BAR_STATUSCOLORS_PATCH 0 |
