From 036421845ff585b87304e70e1168f24aab80ccdd Mon Sep 17 00:00:00 2001 From: bakkeby Date: Wed, 25 Aug 2021 12:18:01 +0200 Subject: Adding separate statuscolors bar module ref. #180 --- patches.def.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'patches.def.h') 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 -- cgit v1.2.3