Compare commits

..

No commits in common. "aa9e2561a10ef6d4e92d8b754596b32a8aa3d286" and "2957c3515511fe8da333390efb4cc4a7bb0ef38e" have entirely different histories.

2 changed files with 8 additions and 11 deletions

View File

@ -1,8 +1,5 @@
PREFIX ?= /usr/local PREFIX ?= /usr/local
mycfetch.c: config.h defs.h
mycfetch: mycfetch.c
all: mycfetch all: mycfetch
install: mycfetch install: mycfetch

View File

@ -26,19 +26,19 @@ struct art_entry arts[] = {
{ {
"gentoo", "gentoo",
{ {
"\033[35m /‾\\ \033[0m", " /‾\\ ",
"\033[35m( \033[37mo \033[35m\\\033[0m", "( o \\",
"\033[35m/ /\033[0m", "/ /",
"\033[35m\\__/ \033[0m" "\\__/ "
} }
}, },
{ {
"arch", "arch",
{ {
"\033[34m /\\ \033[0m", " /\\ ",
"\033[34m /\\ \\ \033[0m", " /\\ \\ ",
"\033[34m / \\ \033[0m", " / \\ ",
"\033[34m/__/\\__\\\033[0m" "/__/\\__\\"
} }
} }
}; };