Compare commits

...

2 Commits

Author SHA1 Message Date
Nakidai 37f2756ad0 This thing wasn't working 2024-02-19 18:45:43 +03:00
Nakidai 89cdcd4361 Fix arch art 2024-02-19 18:45:21 +03:00
2 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,5 @@
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"
}
}