Conversation
|
It seems like without a nerd font, it will render the icons correctly as long as another font includes the code point. I've added the symbols nerd font and loaded it when the font isn't the default, wdyt? Although I prefer a monospace font, I believe some users prefer a sans font (i.e. their system default) which would have to be patched to include a nerd font otherwise. |
|
In my opinion including only the symbols is a very good solution. Since this works, I would like centerpiece to transition to use the system default monospace font. This way we could get rid of packaging Fira Code with centerpiece. This is kinda a breaking UI change but if we transition to the default monospace font it is probably fine for most people. |
|
Loading the symbols does not work properly yet. I use a monospace font without nerdfont symbols. Those nerdfont symbols arent being displayed for me even though they are loaded. I wonder if this needs some kind of font fallback definition to work. Here is what it looks like for me: You can find my font configuration over here: |

Continuation of #143. Adds settings to configure the font family and size, as well as a global scaling option. I configure scaling per app since setting it globally performs poorly in many apps I use on linux. Notably, setting
application(...).scale_factor(...)didn't seem to work on my system, so I resorted to scaling theREMandwidth/height.