diff options
author | Kamlesh <kamleshkc2002@users.noreply.github.com> | 2020-07-12 09:19:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-12 09:19:01 +0300 |
commit | d0edcbc9662f20a16f16bc5c70df2c97fdc2a093 (patch) | |
tree | 74c54ec7a32070690b8f85a02d3e5a130f8c7f07 | |
parent | 34952e4a850bceef2e17af9b24741b4db7003357 (diff) |
Add Instructions to make powerlevel10 work for Guake (#882)
Update instructions for the `Guake` terminal
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -553,6 +553,9 @@ applications on your system. Configure your terminal to use this font: - **Terminator**: Open *Preferences* using the context menu. Under *Profiles* select the *General* tab (should be selected already), uncheck *Use the system fixed width font* (if not already) and select `MesloLGS NF Regular`. Exit the Preferences dialog by clicking *Close*. +- **Guake**: Right Click on an open terminal and open *Preferences*. Under *Appearance* + tab, uncheck *Use the system fixed width font* (if not already) and select `MesloLGS NF Regular`. + Exit the Preferences dialog by clicking *Close*. **IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work incorrectly with the new font. |