mycfetch/config.h

45 lines
954 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#include "defs.h"
const int max_username_length = 128;
const int max_hostname_length = 128;
const int max_uptime_length = 40;
struct art_entry arts[] = {
{
"cat",
{
" |、 ",
"(˚ˎ。7 ",
"| 、˜〵 ",
"じしˍ,)"
}
},
{
"freebsd",
{
"\033[31m_ _\033[0m",
"\033[31m\\‾‾‾‾/\033[0m",
"\033[31m|^vv^|\033[0m",
"\033[31m\\____/\033[0m"
}
},
{
"gentoo",
{
"\033[35m /‾\\ \033[0m",
"\033[35m( \033[37mo \033[35m\\\033[0m",
"\033[35m/ /\033[0m",
"\033[35m\\__/ \033[0m"
}
},
{
"arch",
{
"\033[34m /\\ \033[0m",
"\033[34m /\\ \\ \033[0m",
"\033[34m / \\ \033[0m",
"\033[34m/__/\\__\\\033[0m"
}
}
};