Загрузить файлы в «/»
This commit is contained in:
parent
68c83bac59
commit
f7f728c618
2 changed files with 18 additions and 8 deletions
3
funcs.h
3
funcs.h
|
@ -204,6 +204,9 @@ LOGO GetArt(void) {
|
||||||
|
|
||||||
else if (strstr(Os, "Arch") || strstr(Os, "Artix"))
|
else if (strstr(Os, "Arch") || strstr(Os, "Artix"))
|
||||||
SetArt(&art, sizeof(Arch) / sizeof(char *), "pacman -Qq | wc -l", Arch, "\033[0;34m");
|
SetArt(&art, sizeof(Arch) / sizeof(char *), "pacman -Qq | wc -l", Arch, "\033[0;34m");
|
||||||
|
|
||||||
|
else if (strstr(Os, "PlainOs"))
|
||||||
|
SetArt(&art, sizeof(PlainOs) / sizeof(char *), NULL, PlainOs, "\033[37m");
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (strstr(Uts.sysname, "OpenBSD"))
|
else if (strstr(Uts.sysname, "OpenBSD"))
|
||||||
|
|
7
logos.h
7
logos.h
|
@ -63,6 +63,13 @@ char *OpenBSD[] = {
|
||||||
" "
|
" "
|
||||||
};
|
};
|
||||||
|
|
||||||
|
char *PlainOs[] = {
|
||||||
|
" /U /U ",
|
||||||
|
"( . .) ",
|
||||||
|
"*(()()) ",
|
||||||
|
" "
|
||||||
|
};
|
||||||
|
|
||||||
char *Unknow[] = {
|
char *Unknow[] = {
|
||||||
"\033[1;36m ___ ",
|
"\033[1;36m ___ ",
|
||||||
"\033[1;36m (\033[0m..\033[1;36m | ",
|
"\033[1;36m (\033[0m..\033[1;36m | ",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue