mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
font: fix foot instructions (#2536)
This commit is contained in:
parent
75724ec65e
commit
c180a5e040
2 changed files with 7 additions and 8 deletions
11
README.md
11
README.md
|
@ -700,16 +700,11 @@ If you are using a different terminal, proceed with manual font installation.
|
||||||
normal:
|
normal:
|
||||||
family: "MesloLGS NF"
|
family: "MesloLGS NF"
|
||||||
```
|
```
|
||||||
- **foot**: Create or open `~/.config/foot/foot.ini` and add the following section
|
- **foot**: Create or open `~/.config/foot/foot.ini` and add the following section to it:
|
||||||
to it:
|
|
||||||
```ini
|
|
||||||
font=MesloLGS NF
|
|
||||||
```
|
|
||||||
or to specify a custom font size, e.g. 12,
|
|
||||||
```ini
|
```ini
|
||||||
font=MesloLGS NF:size=12
|
font=MesloLGS NF:size=12
|
||||||
``
|
```
|
||||||
- **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
|
- **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
|
||||||
```text
|
```text
|
||||||
font_family MesloLGS NF
|
font_family MesloLGS NF
|
||||||
```
|
```
|
||||||
|
|
4
font.md
4
font.md
|
@ -87,6 +87,10 @@ If you are using a different terminal, proceed with manual font installation.
|
||||||
normal:
|
normal:
|
||||||
family: "MesloLGS NF"
|
family: "MesloLGS NF"
|
||||||
```
|
```
|
||||||
|
- **foot**: Create or open `~/.config/foot/foot.ini` and add the following section to it:
|
||||||
|
```ini
|
||||||
|
font=MesloLGS NF:size=12
|
||||||
|
```
|
||||||
- **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
|
- **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
|
||||||
```text
|
```text
|
||||||
font_family MesloLGS NF
|
font_family MesloLGS NF
|
||||||
|
|
Loading…
Reference in a new issue