ashish-yadav11 / dwmblocks

Rewrite of dwmblocks with added features including clickability, cursor hinting and color.
ISC License
210 stars 30 forks source link

Display ascii character after \x20 #21

Closed fitrh closed 3 years ago

fitrh commented 3 years ago

How many color can we define ? i have 16 custom color, from \x0e to \x1d and everything is work fine, but if i have to use \x21 and so on, the output is the ascii character of that code, in README, it is say that we can use up to \x31

ashish-yadav11 commented 3 years ago

It should have been \x1f instead of \x31. Thanks for reporting.