paleofetch

mrgrouse's paleofetch fork, a system fetch tool written in C, inspired by suckless' programming style.
Log | Files | Refs | README | LICENSE

manjaro.h (1214B)


      1 // This was stolen from neofetch
      2 char *LOGO[] = {
      3 	"██████████████████  ████████  ",
      4 	"██████████████████  ████████  ",
      5 	"██████████████████  ████████  ",
      6 	"██████████████████  ████████  ",
      7 	"████████            ████████  ",
      8 	"████████  ████████  ████████  ",
      9 	"████████  ████████  ████████  ",
     10 	"████████  ████████  ████████  ",
     11 	"████████  ████████  ████████  ",
     12 	"████████  ████████  ████████  ",
     13 	"████████  ████████  ████████  ",
     14 	"████████  ████████  ████████  ",
     15 	"████████  ████████  ████████  ",
     16 	"████████  ████████  ████████  "
     17 };