marta-file-manager / marta-issues

An issue tracker for Marta File Manager.
https://marta.yanex.org/
330 stars 0 forks source link

Problems with powerlevel 10k #916

Open alec-c4 opened 1 year ago

alec-c4 commented 1 year ago

Hi! I have font-rrelated issues with powerlevel 10k zsh theme (https://github.com/romkatv/powerlevel10k) in internal terminal :(

image
ronkitay commented 1 year ago

I had the same issue myself, its a simple configuration matter.

Try using this custom config:

etty { 
    fonts {
        normal [ "MesloLGS NF" 12 ]
    }
}

I don't recall if this is the default font that powerlevel 10K comes with, or if I changed it sometime - but it solved my problem when I configured it correctly.