mycfetch/config.h

45 lines
805 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"
#define MAX_USERNAME_LENGTH 128
#define MAX_HOSTNAME_LENGTH 128
#define 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",
{
" /‾\\ ",
"( o \\",
"/ /",
"\\__/ "
}
},
{
"arch",
{
" /\\ ",
" /\\ \\ ",
" / \\ ",
"/__/\\__\\"
}
}
};