Fixed wrong info in readme

This commit is contained in:
Ashish Kumar Yadav 2020-07-07 15:31:53 +05:30
parent c96f9bab49
commit 7367afacb0

View file

@ -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). 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, 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'. have your programs for the blocks output raw characters from '\x0b' to '\x31'.
'\x11' in status text switches the active colorscheme to the first one in the '\x0b' in status text switches the active colorscheme to the first one in the
scheme array in dwm and so on. See scheme array in dwm and so on. See
[statuscolors patch](https://dwm.suckless.org/patches/statuscolors/) [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. as instructed on the page.
# Signaling changes # Signaling changes