ss7m / paleofetch

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

Add Manjaro logo #74

Open Master811129 opened 3 years ago

Master811129 commented 3 years ago

Please add Manjaro logo currently it shows arch one

theeyeofcthulhu commented 3 years ago

I just copied it from neofetch:

char *LOGO[] = { "██████████████████ ███████ ", "██████████████████ ███████ ", "██████████████████ ███████ ", "██████████████████ ███████ ", "████████ ███████ ", "████████ ████████ ███████ ", "████████ ████████ ███████ ", "████████ ████████ ███████ ", "████████ ████████ ███████ ", "████████ ████████ ███████ ", "████████ ████████ ███████ ", "████████ ████████ ███████ ", "████████ ████████ ███████ ", "████████ ████████ ███████ " };

and then created a "manjaro.h" file like this in the logos directory, included it in config.h and rebuilt.

edit: this isn't copying right, just go into the neofetch github and search for the manjaro logo.