devblackops / Terminal-Icons

A PowerShell module to show file and folder icons in the terminal
MIT License
2.32k stars 104 forks source link

Some icons don't show correctly #118

Open aviRon012 opened 9 months ago

aviRon012 commented 9 months ago

Some icons don't show correctly

Expected Behaviour

I expected the icons to show correctly.

Current Behaviour

Screenshot (6)

Your Environment

JFSF commented 9 months ago

I have the same issue:

image

aviRon012 commented 9 months ago

I solved this temporarily by reverting back to version 0.10.0

Tiberriver256 commented 8 months ago

If the icons work on 0.10.0 then you're still on Nerd Font v2. The v3 upgrade was quite problematic for me. I ended up having to uninstall all Nerd Fonts and then reinstall the v3 version before it took.

anhtuan219 commented 8 months ago

@aviRon012 Which specific font of CascadiaCode in v3.0.2 that you installed? I have exactly this issue (icons of Desktop, Links, Music,... look weird)

I use the latest version of PowerShell (v7.3.8) and Terminal-Icons (v0.11.0) The problem is my font (it's CascadiaCode too) is not the latest

So I download the latest font (v3.0.2 - version that you use) And I install the 'CaskaydiaCoveNerdFont-Regular.ttf' image

After that, everything looks normal image

anhtuan219 commented 8 months ago

I have the same issue:

image

@JFSF You can download the latest version of CascadiaCode and install the 'CaskaydiaCoveNerdFont-Regular.ttf' (like my above answer)

I noticed that you use the PowerShell application You should use the Windows Terminal image

So that you can specify the font in the settings for PowerShell image

Tiberriver256 commented 8 months ago

For me I had to uninstall all NerdFonts and then reinstall a v3 version.

grassleaf99 commented 8 months ago

Yep, uninstall the old version first, then install latest version

JFSF commented 8 months ago

Yep, after replace all Nerd Fonts with version 3.0 it seems to solved the problem.