From e95cbb3c55819a4d087a7b43d71aba8ac8c0c84c Mon Sep 17 00:00:00 2001 From: fkonradmain <88140888+fkonradmain@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:32:59 +0100 Subject: [PATCH 1/2] feat: font manual for kmscon --- font.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/font.md b/font.md index cb49af46..b5191035 100644 --- a/font.md +++ b/font.md @@ -173,6 +173,10 @@ If you are using a different terminal, proceed with manual font installation. ```text font-family = "MesloLGS NF" ``` + - **kmscon**: Add the line `font-name=MesloLGS NF` to `/etc/kmscon/kmscon.conf`. If `MesloLGS` is + not rendered correctly, other fonts like `UbuntuMono Nerd Font Mono` or `Hack Nerd Font Mono` + might work. Check [this issue](https://github.com/Aetf/kmscon/issues/18) for more information. + 1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work incorrectly with the new font. From b5b63f333e9994efa5931e92c534fde81f804db8 Mon Sep 17 00:00:00 2001 From: fkonradmain <88140888+fkonradmain@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:49:20 +0100 Subject: [PATCH 2/2] fix: removed incorrect line break --- font.md | 1 - 1 file changed, 1 deletion(-) diff --git a/font.md b/font.md index b5191035..eab5fa86 100644 --- a/font.md +++ b/font.md @@ -176,7 +176,6 @@ If you are using a different terminal, proceed with manual font installation. - **kmscon**: Add the line `font-name=MesloLGS NF` to `/etc/kmscon/kmscon.conf`. If `MesloLGS` is not rendered correctly, other fonts like `UbuntuMono Nerd Font Mono` or `Hack Nerd Font Mono` might work. Check [this issue](https://github.com/Aetf/kmscon/issues/18) for more information. - 1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work incorrectly with the new font.