paleofetch

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

arch2.h (775B)


      1 // And this was stolen from archey3
      2 char *LOGO[] = {
      3     "              +                 ",
      4     "              #                 ",
      5     "             ###                ",
      6     "            #####               ",
      7     "            ######              ",
      8     "           ; #####;             ",
      9     "          +##.#####             ",
     10     "         +##########            ",
     11     "        #############;          ",
     12     "       ###############+         ",
     13     "      #######   #######         ",
     14     "    .######;     ;###;`'.       ",
     15     "   .#######;     ;#####.        ",
     16     "   #########.   .########`      ",
     17     "  ######'           '######     ",
     18     " ;####                 ####;    ",
     19     " ##'                     '##    ",
     20     "#'                         `#   "
     21 };