Good day for everyone! <3

The dwm patch "statuscolors" has a bug. It ads a blank space at the right side 
of the status bar. It is worse the change of colors the status has. 
Example:

# normal:
xsetroot -name " a status full of info and different colors will have a long 
blank space on the right corner"

# almost an inch of right padding:
xsetroot -name " a status full of info and different colors will have 
a long blank space on the right corner"

Changing the line
tx += TEXTW(tp) -lrpad;
to
tx += TEXTW(tp) +1;

minimize the issue although it doesn't fix it completely. 

Best regards! <3
André.

Reply via email to