Mangeshrex / rxfetch

A custom system info fetching tool
GNU General Public License v3.0
451 stars 39 forks source link

Pacman Icons not showing up #49

Closed Ruturajn closed 2 years ago

Ruturajn commented 2 years ago

Hi, I know you have answered this issue multiple times, and I looked through all of them, but still could not get it to work. As you may have figured from the title, the pacman icons are not showing up in my terminal.

I am using Ubuntu 20.04 with qtile, and the terminal is Alacritty. You can see the screenshot below,

image

Funny thing is they do show up in vim, when I open the rxfetch script,

image

I really don't understand where I am making a mistake, the fonts are all placed in the proper directories. I have tried restarting the terminal many times, and also tried rebooting my Laptop, but the icons still do not show up. So, could you help me out with this?

Thanks

Mangeshrex commented 2 years ago

In your alacritty config set 1 font to material design, like you have to set 1st font (regular) as the word font and other than that you can set any other font to Material design icons.

To find the appropriate font name do fc-list | grep -8 "material" After getting the output copy paste the name of your and then add it to your config.

Regenerate font cache. fc-cache -vf

And restart terminal

Ruturajn commented 2 years ago

Ok, Thanks, I will try it out and let you know.

Ruturajn commented 2 years ago

Hi, I am not able to set two fonts in my alacritty config, please let me know how I can do that.

Thanks

Ruturajn commented 2 years ago

Hi, I am closing this issue since it's been a long time. Thanks