font: update alacritty instructions (#2539)

Alacritty has switched from yaml to toml for its config file.
pull/2553/head
Roman Perepelitsa 8 months ago
parent c180a5e040
commit 30ba16ecd8

@ -693,12 +693,11 @@ If you are using a different terminal, proceed with manual font installation.
- **Yakuake**: Click *≡**Manage Profiles**New**Appearance*. Click *Choose* next to the - **Yakuake**: Click *≡**Manage Profiles**New**Appearance*. Click *Choose* next to the
*Font* dropdown, select `MesloLGS NF` and click *OK*. Click *OK* to save the profile. Select the *Font* dropdown, select `MesloLGS NF` and click *OK*. Click *OK* to save the profile. Select the
new profile and click *Set as Default*. new profile and click *Set as Default*.
- **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and add the following section - **Alacritty**: Create or open `~/.config/alacritty/alacritty.toml` and add the following
to it: section to it:
```yaml ```toml
font: [font.normal]
normal: family = "MesloLGS NF"
family: "MesloLGS NF"
``` ```
- **foot**: Create or open `~/.config/foot/foot.ini` and add the following section to it: - **foot**: Create or open `~/.config/foot/foot.ini` and add the following section to it:
```ini ```ini

@ -80,12 +80,11 @@ If you are using a different terminal, proceed with manual font installation.
- **Yakuake**: Click *≡**Manage Profiles**New**Appearance*. Click *Choose* next to the - **Yakuake**: Click *≡**Manage Profiles**New**Appearance*. Click *Choose* next to the
*Font* dropdown, select `MesloLGS NF` and click *OK*. Click *OK* to save the profile. Select the *Font* dropdown, select `MesloLGS NF` and click *OK*. Click *OK* to save the profile. Select the
new profile and click *Set as Default*. new profile and click *Set as Default*.
- **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and add the following section - **Alacritty**: Create or open `~/.config/alacritty/alacritty.toml` and add the following
to it: section to it:
```yaml ```toml
font: [font.normal]
normal: family = "MesloLGS NF"
family: "MesloLGS NF"
``` ```
- **foot**: Create or open `~/.config/foot/foot.ini` and add the following section to it: - **foot**: Create or open `~/.config/foot/foot.ini` and add the following section to it:
```ini ```ini

Loading…
Cancel
Save