Mangeshrex / rxfetch

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

Pacman icons #28

Closed engjpacheco closed 2 years ago

engjpacheco commented 2 years ago

Hi, i install from the aur repo via yay ,also the material fonts bit the icons doesn't properly appears. Any suggestions? Thanks in advance.

Mangeshrex commented 2 years ago

Can you show me the errors? Ig i know the error. so if your ~/ has a rxfetch git repo cd into that and then copy the downloads folder to $PATH and do fc-cache -v.

engjpacheco commented 2 years ago

I not move anything cause I installed it by yay -S rxfetch, and this is the issue:

rxfetch

engjpacheco commented 2 years ago

I remove it and manually install it, but still the same as the picture. Hope you can helpme, your fetch looks so good..

Mangeshrex commented 2 years ago

thanks :) so listen to me now

do fc-list | grep -i Material if the output is similar to this /home/void/.local/share/fonts/ttf-material-design-icons/materialdesignicons-webfont (1).woff: Material Design Icons:style=Regular then you dont need to install the fonts. just follow the readme wget step

If you dont get anything like that remove the rxfetch from yay. and git clone this repository and follow the steps manually given in the readme.

engjpacheco commented 2 years ago

I remove it, and installit via git clone and the result is the same.

Mangeshrex commented 2 years ago

Bruh how is this possible can you show the output of fc-list command?

This fc-list | grep -i Material

engjpacheco commented 2 years ago

yes late I´ll, but y have the font installed, but i don´t know if the font of my terminal matters?

Mangeshrex commented 2 years ago

What terminal emulator it is? I doubt it might be st but still that doesnt matter the font gets installed to the system

engjpacheco commented 2 years ago

yes it is st terminal, I will try delete it again, and try the wget mode, if not work, i´ll try with kitty, and see what happen.

Mangeshrex commented 2 years ago

Ok sure

engjpacheco commented 2 years ago

i try it all the ways, but nothing works, i dont knos why, I still use it anyways, is awesome.

BUt one last thing, how I can find the pacman icons that you put in the script?? thank u so much.

Mangeshrex commented 2 years ago

Those are material design icons bruh.

So, do a last try cause you might be doing something wrong for sure remove all the cloned directories and packages you installed for getting rxfetch and then do git clone https://github.com/Mangeshrex/rxfetch after doing this cd into rxfetch and do cp ttf-material-design-fonts/ ~/.local/share/fonts && fc-cache -vf after doing this close te terminal restart it and cd into rxfetch directory and do ./rxfetch.

engjpacheco commented 2 years ago

yeah, I do that, but don't work, I think maybe is a problem with my configuration, I don't know, I still used it anyways, I like the design. What I don't do is remove also the material fonts, I gonna try that....

and the icons, for example how can y type a pacman icon, or there is a cheat sheet for that ??, I am currently do some changes to my DWM and I put some of the pacman icons that u use in the rxfetch script,.

Thanks for responding !!

Mangeshrex commented 2 years ago

When Im on my laptop I'll send you the cheatsheet if I get that cuz material Dev's have updated something's

engjpacheco commented 2 years ago

Thank so much

Mangeshrex commented 2 years ago

https://pictogrammers.github.io/@mdi/font/5.3.45/ here it is

engjpacheco commented 2 years ago

I solve it adding the material font names into the fonts.conf files. thanks for the support!!!

engjpacheco commented 2 years ago

pic-selected-211016-1924-51

Mangeshrex commented 2 years ago

👍