ss7m / paleofetch

neofetch, but written in C
MIT License
167 stars 49 forks source link

Can you make the GPU name shorter ? #47

Open tch69 opened 4 years ago

tch69 commented 4 years ago

So, please make GPU name shorter, it looks annoying (neofetch on the left, paleofetch on the right) Screenshot from 2020-04-27 09-53-17

ss7m commented 4 years ago

There are two options here. If you want to delete the GPU section entirely, remove the line which contains "GPU" from config.h.

If you want to shorten it, you can add to the GPU_REMOVE array in config.h.