Font rendering on tabs looks extremely blurry
Closed this issue · 7 comments
I'm also having the same issue with the following text config:
plugin {
hy3 {
tabs {
height = 22
padding = 5
rounding = 5
render_text = true
text_font = SF Pro
text_height = 10
text_padding = 5
}
}
}
On further inspection it looks like a pixel boundary error, I'll see if i can fix it here.
On further inspection it looks like a pixel boundary error, I'll see if i can fix it here.
Do you know if it has been reported in Hyprland?
It doesn't really seem like it's fixed for me, but if it's an upstream issue then someone should report it to Hyprland. I don't really have time right now to look into it fully and submit an issue upstream right now.
It doesn't really seem like it's fixed for me, but if it's an upstream issue then someone should report it to Hyprland. I don't really have time right now to look into it fully and submit an issue upstream right now.
There may be something additional making your text rendering blurry, but it's probably not related to hy3. The fix above was to make sure text is only ever placed on pixel boundaries, which seemed to help for me.
The fix has fixed the issue for me as well.