torrinfail/dwmblocks

Weird boxes appearing in bar.

Closed this issue · 2 comments

I have fresh installed Arch Linux on my laptop yesterday and installed DWM for the WM. I also added some patches to it, which includes,

dwm-attachdirection-6.2.diff
dwm-cfacts-vanitygaps-6.2_combo.diff
dwm-movestack-6.1.diff
dwm-pertag-monitorrules-6.2.diff         
dwm-autostart-20210120-cb3f58a.diff
dwm-noborder-6.2.diff
dwm-status2d-20200508-60bb3df.diff                
dwm-bar-height-6.2.diff
dwm-hide_vacant_tags-6.2.diff
dwm-pertag-6.2.diff

and I have also installed the libxft-bgra patch from the AUR and set the font in config.h as,

static const char *fonts[]          = { "FiraMono-Regular:pixelsize=14:antialias=true:autohint=true",
                                        "Mononoki Nerd Font:size=14:antialias=true:autohint=true",
                                        "JoyPixels:size=14:antialias=true:autohint=true",
                                        "Noto Fonts Emoji=14:antialias=true:autohint=true" };

No idea what is causing this issue,
2021-04-04_17-47

#59 this should fix the issue

Applied #59 and fixed this bug.