Testing xerolinux support
This commit is contained in:
parent
d29d415898
commit
449ab8778f
5 changed files with 14 additions and 3 deletions
|
@ -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)
|
### 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
|
## Building and installation
|
||||||
|
|
||||||
|
|
8
res/ascii/xerolinux.txt
Normal file
8
res/ascii/xerolinux.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{BLUE} /\
|
||||||
|
______ / \______
|
||||||
|
/\ /\
|
||||||
|
/ || \
|
||||||
|
____/__/__\__\___
|
||||||
|
/ __| |__-\
|
||||||
|
/_-'' ''-_\
|
||||||
|
|
|
@ -85,6 +85,7 @@ Unknown (tux logo) \fBunknown\fR
|
||||||
AmogOwOs \fBamogos\fR
|
AmogOwOs \fBamogos\fR
|
||||||
KDE NeOwOn \fBneon\fR
|
KDE NeOwOn \fBneon\fR
|
||||||
nixOwOs \fBnixos\fR
|
nixOwOs \fBnixos\fR
|
||||||
|
xuwulinux \fBxerolinux\fR
|
||||||
FweeBSD \fBfreebsd\fR
|
FweeBSD \fBfreebsd\fR
|
||||||
OwOpenBSD \fBopenbsd\fR
|
OwOpenBSD \fBopenbsd\fR
|
||||||
macOwOS \fBmacos\fR
|
macOwOS \fBmacos\fR
|
||||||
|
|
BIN
uwufetch.1.gz
BIN
uwufetch.1.gz
Binary file not shown.
|
@ -678,7 +678,7 @@ void list(char *arg)
|
||||||
printf("%s -d <options>\n"
|
printf("%s -d <options>\n"
|
||||||
" Available distributions:\n"
|
" Available distributions:\n"
|
||||||
" %sArch linux %sbased:\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"
|
" %sDebian/%sUbuntu %sbased:\n"
|
||||||
" %samogos, debian, %slinuxmint, neon %spop, %sraspbian %subuntu\n\n"
|
" %samogos, debian, %slinuxmint, neon %spop, %sraspbian %subuntu\n\n"
|
||||||
" %sBSD %sbased:\n"
|
" %sBSD %sbased:\n"
|
||||||
|
@ -686,7 +686,7 @@ void list(char *arg)
|
||||||
" %sOther/spare distributions:\n"
|
" %sOther/spare distributions:\n"
|
||||||
" %salpine, %sfedora, %sgentoo, %sslackware, %ssolus, %svoid, opensuse-leap, android, %sgnu, guix, %swindows, %sunknown\n\n",
|
" %salpine, %sfedora, %sgentoo, %sslackware, %ssolus, %svoid, opensuse-leap, android, %sgnu, guix, %swindows, %sunknown\n\n",
|
||||||
arg,
|
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, YELLOW, NORMAL, RED, GREEN, BLUE, RED, YELLOW, // Debian based colors
|
||||||
RED, NORMAL, RED, YELLOW, GREEN, YELLOW, RED, PINK, BLUE, // BSD 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
|
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], "solus", "sOwOlus");
|
||||||
else KERNEL_TO_UWU(splitted[i], "ubuntu", "Uwuntu");
|
else KERNEL_TO_UWU(splitted[i], "ubuntu", "Uwuntu");
|
||||||
else KERNEL_TO_UWU(splitted[i], "void", "OwOid");
|
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
|
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
|
// BSD
|
||||||
|
@ -1199,6 +1200,7 @@ void uwu_name()
|
||||||
else STRING_TO_UWU("solus", "sOwOlus");
|
else STRING_TO_UWU("solus", "sOwOlus");
|
||||||
else STRING_TO_UWU("ubuntu", "Uwuntu");
|
else STRING_TO_UWU("ubuntu", "Uwuntu");
|
||||||
else STRING_TO_UWU("void", "OwOid");
|
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
|
else STRING_TO_UWU("android", "Nyandroid"); // android at the end because it could be not considered as an actual distribution of gnu/linux
|
||||||
|
|
||||||
// BSD
|
// BSD
|
||||||
|
|
Loading…
Reference in a new issue