ssleert / nitch

nitch - incredibly fast system fetch written in nim
MIT License
519 stars 52 forks source link

Some Nerdfont icons not appearing. #46

Open brnfhz opened 10 months ago

brnfhz commented 10 months ago

Selection_001 I am using the JetBrains Mono Nerdfont. Here's the font part of my alacritty config: `font: normal: family: JetBrainsMono Nerd Font Mono style: Regular

bold: family: JetBrainsMono Nerd Font Mono style: Bold

italic: family: JetBrainsMono Nerd Font Mono style: Italic`

tarkin88 commented 10 months ago

I have the same issue with Iosevka Nerd Font

XxRiKxX commented 8 months ago

same here with hermit nerd

JuliusDeBoer commented 7 months ago

Its possible you are either using an old version of nitch or an old version of nerd fonts. Nerd fonts v3.0.0 had some breaking changes. I recently made a PR (#41) that replaced the old characters with the new ones. I would guess that updating either nitch or your font would fix the issue

oaroki-git commented 7 months ago

the icons show up if i clone the git repo and nano the drawing.nim file (though i couldn't build from there because it required nim 1.6.6, but the latest available for me was 1.6.0)

so the setup.sh might be at fault here?

SliderOnTheBlack commented 2 months ago

the icons show up if i clone the git repo and nano the drawing.nim file (though i couldn't build from there because it required nim 1.6.6, but the latest available for me was 1.6.0)

so the setup.sh might be at fault here?

I'm having the same issue and no matter what I try to do I cant seem to fit it. You may be right about the setup.sh

Starcr0ss commented 1 month ago

The setup.sh installs the old version of nitch. Follow the build instructions in the readme.md and then move the built executible to /usr/local/bin and run it. Everything looks great for me now