Compare commits

..

No commits in common. "37f2756ad06e314bf204551e31728b4667bd2a5c" and "aa9e2561a10ef6d4e92d8b754596b32a8aa3d286" have entirely different histories.

2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -35,9 +35,9 @@ struct art_entry arts[] = {
{
"arch",
{
"\033[34m /\\ \033[0m",
"\033[34m /\\ \033[0m",
"\033[34m /\\ \\ \033[0m",
"\033[34m / \\ \033[0m",
"\033[34m / \\ \033[0m",
"\033[34m/__/\\__\\\033[0m"
}
}