mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
Added urxvt to manual font installation section. (#1326)
This commit is contained in:
parent
eafd78c3e0
commit
af86b53047
1 changed files with 6 additions and 0 deletions
|
@ -591,6 +591,12 @@ applications on your system. Configure your terminal to use this font:
|
||||||
```
|
```
|
||||||
If the file already exists, only add the line with the font to the existing return.
|
If the file already exists, only add the line with the font to the existing return.
|
||||||
Also add the first line if it is not already present.
|
Also add the first line if it is not already present.
|
||||||
|
- **urxvt**: Create or open `~/.Xresources` and add the following line to it:
|
||||||
|
```text
|
||||||
|
URxvt.font: xft:MesloLGS NF:size=11
|
||||||
|
```
|
||||||
|
You can adjust the font size to your preference. After changing the configuration use `xrdb ~/.Xresources` to reload the config.
|
||||||
|
The new config is applied for all new terminals.
|
||||||
|
|
||||||
**IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work
|
**IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work
|
||||||
incorrectly with the new font.
|
incorrectly with the new font.
|
||||||
|
|
Loading…
Reference in a new issue