devblackops / Terminal-Icons

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

Icons not displaying correctly PS7 via Windows Terminal #110

Closed Hectamus closed 1 year ago

Hectamus commented 1 year ago

I have downloaded the CaskaydiaCode nerd font. Updated the terminal and my system. With or without Atlas Engine rendering, my icons do not display as they should.

Expected Behavior

image Should display something like this.

Current Behavior

image I am getting this instead. The Nerd Font is enabled and so is Atlas Engine. Tried different variations of the nerd font and nothing works. I used to work before.

DerTolleEmil commented 1 year ago

The code points in the fonts have change with version 3 of the fonts. See: https://github.com/ryanoasis/nerd-fonts/issues/1190

There was a pull request to address this: #104

devblackops commented 1 year ago

@Hectamus Support for v3 nerd fonts has been added in v0.11.0. Please update to that module version with:

Update-Module Terminal-Icons
Hectamus commented 1 year ago

@devblackops It is working perfectly now. Thanks for the update!