From 0068619a3c511c1eae6c399e7f2d38643942bd7f Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Sat, 20 Mar 2021 11:41:12 +0530 Subject: [PATCH] Fixed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2678ae9..538091b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ that block is executed with the first argument specifying which button was clicked (1 for left, 2 for middle and 3 for right). Colored output is inspired by statuscolors patch for dwm. To add colors, have -your programs for the blocks output raw characters from `\x0b` to `\x31`. `\x0b` +your programs for the blocks output raw characters from `\x0b` to `\x1f`. `\x0b` in status text switches active colorscheme to the first one in the colors array defined in dwm's config.h and so on. See [statuscolors patch for dwm](https://dwm.suckless.org/patches/statuscolors/)