UtkarshVerma / dwmblocks-async

An efficient, lean, and asynchronous status feed generator for dwm.
GNU General Public License v2.0
224 stars 87 forks source link

Glyphs not rendering properly #67

Closed neerajnangireddy closed 1 month ago

neerajnangireddy commented 1 month ago

I am using Debian bookworm stable and dwm 6.5 . I have followed the instruction from the README and downloaded dwmblocks-async and installed it. I also downloaded the status bar scripts from your dot files. If I run the scripts from terminal the glyph s are rendered properly but when I run dwmblocks the glyph s are not rendering correctly. I am using JetBrainsMono Nerd Font Mono as my font for dwm and terminal(alacritty)

The fonts specified in dwm are like this static const char *fonts[] = { "JetBrainsMono Nerd Font Mono:size=14:antialias=true:autohint=true;monospace:size=12" };. ksnip_20240712-183039

surprisingly if I use xsetroot to display output of any status bar script of yours works fine. ksnip_20240712-185046

running from terminal ksnip_20240712-185335

2084x commented 1 month ago

try installing ttf-dejavu

Abhra00 commented 1 month ago

Try removing the mono at last Name should be "JetbrainsMono Nerd Font"

neerajnangireddy commented 1 month ago

Try removing the mono at last Name should be "JetbrainsMono Nerd Font"

Nope. Doesn't Work

neerajnangireddy commented 1 month ago

try installing ttf-dejavu

This works But I don't like Dejavu font. Anyway I switched to slstatus and happy with it

2084x commented 1 month ago

you don't actually have to use the dejavu font, just have it installed.

neerajnangireddy commented 1 month ago

you don't actually have to use the dejavu font, just have it installed.

ok