regolith-desktop
regolith-desktop copied to clipboard
Output bug when changing Xresource i3-wm.bar.font
Hi,
I hope this is the right place to report this bug. I am trying to change the Xresource
i3-wm.bar.font
in ~/.config/regolith/Xresources
to the font Fira Code (file located in ~/.fonts/fira-code/
). Doing so generates an atrocious bug in the bottom bar, see screenshot below:
Is this a bug or a human mistake? I tried to use many font names as well as other fonts, but always had this bug.
Thanks a lot for your help and let me know if I can do anything.
Hi @kryzar , you need to specify a font size as well. Also I would suggest you specify a fallback font if Fira Code does not have the icon characters. You can see what the value is set to by default like this:
$ xrescat i3-wm.bar.font
pango:JetBrains Mono Medium 13, Material Design Icons 13
So it may work if you try:
pango:Fira Code 13, Material Design Icons 13
Hi Ken and thanks a lot for answering. I am afraid this did not work. I set the value (in order to try all possibilities) to:
~ xrescat i3-wm.bar.font
pango:Fira Code Regular 13, pango: Fira Code 13, pango: FiraCode Regular 13, pango:FiraCodeRegular 13, Material Design Icons 13
And the result is the same as the default config; there is still no Fira Code:
On this screenshot, you can as well see that the font name is correct and where it is installed. What am I missing? Also, what does pango
mean?
P.-S.: This is a good occasion to say that Regolith Linux has been so far a great experience for me. I switched from macOS in order to try i3 and I feel you found a great balance between the Linux-DIY-philosophy and something useable for the average user.
Came here to ask about this. I seem to be having the same issue, the only thing I can influence are the Material Design Icons - they react to size, and if I remove them, they appear to be broken / replaced by random characters, but the font still doesn't change.
Experiencing same issue here. I am using pop-os regolith look theme, I checked to see if theme was overiding by editing /etc/regolith/styles/pop-os/typeface
but no effect. Other font settings seem to work fine.