paleofetch icon indicating copy to clipboard operation
paleofetch copied to clipboard

Add Manjaro logo

Open Master811129 opened this issue 3 years ago • 1 comments

Please add Manjaro logo currently it shows arch one

Master811129 avatar Mar 21 '21 22:03 Master811129

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.

theeyeofcthulhu avatar Mar 29 '21 18:03 theeyeofcthulhu