From d8ebab4f754a8a4a5c9cc3256431a498e767277f Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 27 Aug 2020 21:05:59 +0200 Subject: [PATCH] Adding colorbar (implicit integration) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a7e3f36..0aad1bb 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,9 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t - [cmdcustomize](https://dwm.suckless.org/patches/cmdcustomize/) - allows color attributes to be set through the command line + - [colorbar](https://dwm.suckless.org/patches/colorbar/) + - lets you change the foreground and background color of every statusbar element + - color_emoji - enables color emoji in dmenu by removing a workaround for a BadLength error in the Xft library when color glyphs are used - enabling this will crash dwm on encountering such glyphs unless you also have an updated Xft library that can handle them