zellij icon indicating copy to clipboard operation
zellij copied to clipboard

Missing Nerd Font ???

Open Darkcast opened this issue 1 year ago • 4 comments

Hi, quick question,

OS ubuntu version: zellij 0.40.1 Error: 2024-07-09_16-11

Im getting missing icons and I understand I probrobably have one or more missing nerd font but I dont know which one can someone tell me which one/s do I need to install to fix the issue?

I already tried this zellij options --simplified-ui true but its kind of a hazzle everytime I have to launch it

an improvement would be to check if the font is installed or not and tell you which one are missing and where to find them etc.

Thanks for the help :)

Darkcast avatar Jul 09 '24 20:07 Darkcast

Did you install any nerd fonts?

markalanevans avatar Jul 13 '24 04:07 markalanevans

Hi, thanks for your reply, I have not becaue nerf font has almost a hundred of megs/gigs of fonts and I dont think I just want to install the fonts required and not every nerd font under the sun just for icons.

image

Heres a reference: https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.2.1/

https://www.nerdfonts.com/font-downloads

thanks for your reply.

Darkcast avatar Jul 24 '24 13:07 Darkcast

@Darkcast try this project to install your nerd-font? https://github.com/getnf/getnf

Heartnett avatar Sep 15 '24 11:09 Heartnett

@Darkcast try this project to install your nerd-font? https://github.com/getnf/getnf

Thanks for the post but this doest really help me since I need to know which nerd font to install, I dont want to intall all of them just to get icons ot work

Thanks again for the post

Darkcast avatar Oct 14 '24 17:10 Darkcast

Hey there, hate to necropost, but you can select your preferred font out of this list. You only need one, so select whatever tickles your fancy :3

You can install it by following these steps:

  1. Download the font from the page I linked
  2. Unzip it, either by using your installed graphical archive manager, or using the unzip command-line tool, installable with sudo apt install unzip (example usage: unzip 0xProto.zip)
  3. In a terminal, cd into the directory containing the fonts (example: cd ~/Downloads/0xProto)
  4. Copy fonts to your ~/.fonts directory, creating it if it doesn't exist: mkdir ~/.fonts && cp *.ttf ~/.fonts
  5. Reload your font cache: fc-cache -fv

edit: we can probably close this issue now, if any of the maintainers are seeing this

TheGamer1002 avatar Nov 20 '24 22:11 TheGamer1002

The simplest solution without touching fonts is in its configuration file ~/.config/zellij/config.kdl :

image

cdluminate avatar Dec 26 '24 04:12 cdluminate

after install font,you should change font in terminal perference which you install.

Image

witcher8848 avatar Jul 11 '25 14:07 witcher8848

installing https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/FiraCode.tar.xz works for me

alinaserinia6 avatar Sep 12 '25 11:09 alinaserinia6