From 7367afacb0343b4f662dbcb8ded1062704d810db Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Tue, 7 Jul 2020 15:31:53 +0530 Subject: [PATCH] Fixed wrong info in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45ba34b..c4656cb 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ that block is executed with the first argument specifying which button was clicked (1 for left, 2 for middle and 3 for right by default). Colored output is inspired by the statuscolors patch for dwm. To add colors, -have your programs for the blocks output raw characters from '\x11' to '\x31'. -'\x11' in status text switches the active colorscheme to the first one in the +have your programs for the blocks output raw characters from '\x0b' to '\x31'. +'\x0b' in status text switches the active colorscheme to the first one in the scheme array in dwm and so on. See [statuscolors patch](https://dwm.suckless.org/patches/statuscolors/) -for more info. Keep in mind that you have to start from '\x11' instead of '\x01' +for more info. Keep in mind that you have to start from '\x0b' instead of '\x01' as instructed on the page. # Signaling changes