diff --git a/README.md b/README.md index 2020bf1..ca4ec01 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Nyalpine, Nyarch Linuwu, ArcOwO, Nyartix Linuwu, Debinyan, endevaOwO, Fedowa, Ge ### Partial support (Either no ASCII art, or no image is provided) -AmogOwOS, KDE NeOwOn, nixOwOs; Plus FweeBSD, OwOpenBSD and macOwOS; Plus WinyandOwOws. +AmogOwOS, KDE NeOwOn, nixOwOs, xuwulinux; Plus FweeBSD, OwOpenBSD and macOwOS; Plus WinyandOwOws. ## Building and installation diff --git a/res/ascii/xerolinux.txt b/res/ascii/xerolinux.txt new file mode 100644 index 0000000..b309046 --- /dev/null +++ b/res/ascii/xerolinux.txt @@ -0,0 +1,8 @@ +{BLUE} /\ +______ / \______ + /\ /\ + / || \ +____/__/__\__\___ + / __| |__-\ + /_-'' ''-_\ + diff --git a/uwufetch.1 b/uwufetch.1 index a23b934..44da023 100644 --- a/uwufetch.1 +++ b/uwufetch.1 @@ -85,6 +85,7 @@ Unknown (tux logo) \fBunknown\fR AmogOwOs \fBamogos\fR KDE NeOwOn \fBneon\fR nixOwOs \fBnixos\fR +xuwulinux \fBxerolinux\fR FweeBSD \fBfreebsd\fR OwOpenBSD \fBopenbsd\fR macOwOS \fBmacos\fR diff --git a/uwufetch.1.gz b/uwufetch.1.gz index bcc83e9..e96679a 100644 Binary files a/uwufetch.1.gz and b/uwufetch.1.gz differ diff --git a/uwufetch.c b/uwufetch.c index 4a3f2e7..1b2ba93 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -678,7 +678,7 @@ void list(char *arg) printf("%s -d \n" " Available distributions:\n" " %sArch linux %sbased:\n" - " %sarch, arcolinux, %sartix, endeavouros %smanjaro, manjaro-arm\n\n" + " %sarch, arcolinux, %sartix, endeavouros %smanjaro, manjaro-arm, %sxerolinux\n\n" " %sDebian/%sUbuntu %sbased:\n" " %samogos, debian, %slinuxmint, neon %spop, %sraspbian %subuntu\n\n" " %sBSD %sbased:\n" @@ -686,7 +686,7 @@ void list(char *arg) " %sOther/spare distributions:\n" " %salpine, %sfedora, %sgentoo, %sslackware, %ssolus, %svoid, opensuse-leap, android, %sgnu, guix, %swindows, %sunknown\n\n", arg, - BLUE, NORMAL, BLUE, MAGENTA, GREEN, // Arch based colors + BLUE, NORMAL, BLUE, MAGENTA, GREEN, BLUE, // Arch based colors RED, YELLOW, NORMAL, RED, GREEN, BLUE, RED, YELLOW, // Debian based colors RED, NORMAL, RED, YELLOW, GREEN, YELLOW, RED, PINK, BLUE, // BSD colors NORMAL, BLUE, BLUE, PINK, MAGENTA, WHITE, GREEN, YELLOW, BLUE, WHITE); // Other/spare distributions colors @@ -1122,6 +1122,7 @@ void uwu_kernel() else KERNEL_TO_UWU(splitted[i], "solus", "sOwOlus"); else KERNEL_TO_UWU(splitted[i], "ubuntu", "Uwuntu"); else KERNEL_TO_UWU(splitted[i], "void", "OwOid"); + else KERNEL_TO_UWU(splitted[i], "xerolinux", "xuwulinux"); else KERNEL_TO_UWU(splitted[i], "android", "Nyandroid"); // android at the end because it could be not considered as an actual distribution of gnu/linux // BSD @@ -1199,6 +1200,7 @@ void uwu_name() else STRING_TO_UWU("solus", "sOwOlus"); else STRING_TO_UWU("ubuntu", "Uwuntu"); else STRING_TO_UWU("void", "OwOid"); + else STRING_TO_UWU("xerolinux", "xuwulinux"); else STRING_TO_UWU("android", "Nyandroid"); // android at the end because it could be not considered as an actual distribution of gnu/linux // BSD