From f7f728c6189d29836d3c730ceaf72983c48f606a Mon Sep 17 00:00:00 2001 From: 8nlight <8nlight@disroot.org> Date: Sat, 21 Oct 2023 16:54:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funcs.h | 3 +++ logos.h | 23 +++++++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/funcs.h b/funcs.h index 5eb43eb..c282e36 100644 --- a/funcs.h +++ b/funcs.h @@ -204,6 +204,9 @@ LOGO GetArt(void) { else if (strstr(Os, "Arch") || strstr(Os, "Artix")) 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")) diff --git a/logos.h b/logos.h index 546fd11..f8f4217 100644 --- a/logos.h +++ b/logos.h @@ -22,13 +22,13 @@ char *Void[] = { }; char *Alpine[] = { - "\033[34m /\\ /\\ ", - "\033[34m / \\ \\ ", - "\033[34m / \\ \\ ", - "\033[34m / \\ \\ ", - "\033[34m/ \\ \\ ", - "\033[34m \\ ", - " " + "\033[34m /\\ /\\ ", + "\033[34m / \\ \\ ", + "\033[34m / \\ \\ ", + "\033[34m / \\ \\ ", + "\033[34m/ \\ \\ ", + "\033[34m \\ ", + " " }; char *Arch[] = { @@ -60,7 +60,14 @@ char *OpenBSD[] = { "\033[1;33m |_ < ) 3 ) ", "\033[1;33m / \\ / ", "\033[1;33m /-_____-\\ ", - " " + " " +}; + +char *PlainOs[] = { + " /U /U ", + "( . .) ", + "*(()()) ", + " " }; char *Unknow[] = {