nitch icon indicating copy to clipboard operation
nitch copied to clipboard

Some Nerdfont icons not appearing.

Open brnfhz opened this issue 1 year ago • 6 comments

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`

brnfhz avatar Aug 19 '23 19:08 brnfhz

I have the same issue with Iosevka Nerd Font

tarkin88 avatar Aug 23 '23 20:08 tarkin88

same here with hermit nerd

XxRiKxX avatar Oct 28 '23 17:10 XxRiKxX

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

JuliusDeBoer avatar Nov 10 '23 14:11 JuliusDeBoer

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?

oaroki-git avatar Nov 17 '23 04:11 oaroki-git

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

SliderOnTheBlack avatar Apr 28 '24 08:04 SliderOnTheBlack

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

Starcr0ss avatar May 17 '24 03:05 Starcr0ss