commit
2fafca5a47
6 changed files with 30 additions and 2 deletions
|
@ -6,7 +6,7 @@ A meme system info tool for (almost) all your Linux/Unix-based systems, based on
|
||||||
|
|
||||||
### Full support (Both ASCII art + images are provided for the given distribution)
|
### Full support (Both ASCII art + images are provided for the given distribution)
|
||||||
|
|
||||||
Nyalpine, Nyarch Linuwu, Nyartix Linuwu, Debinyan, endevaOwO, Fedowa, GentOwO, GnUwU gUwUix, Miwint, Myanjawo, OwOpenSUSE, Pop OwOs, RaspNyan, Swackwawe, sOwOlus, UwUntu, and OwOid; Plus Nyandroid.
|
Nyalpine, Nyarch Linuwu, ArcOwO, Nyartix Linuwu, Debinyan, endevaOwO, Fedowa, GentOwO, GnUwU gUwUix, Miwint, Myanjawo, OwOpenSUSE, Pop OwOs, RaspNyan, Swackwawe, sOwOlus, UwUntu, and OwOid; Plus Nyandroid.
|
||||||
|
|
||||||
### Partial support (Either no ASCII art, or no image is provided)
|
### Partial support (Either no ASCII art, or no image is provided)
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,25 @@ I am not a copyright expert, and maybe I am doing all wrong things, please corre
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
## Arco Linux
|
||||||
|
|
||||||
|
<img title="ArcOwO Linuwu" src="https://raw.githubusercontent.com/TheDarkBug/uwufetch/main/res/arcolinux.png" alt="image" width="100">
|
||||||
|
|
||||||
|
### Base artwork:
|
||||||
|
|
||||||
|
- Copyright Holder: Erik Dubois
|
||||||
|
- License: [GPL-v3.0 (probably)](https://www.gnu.org/licenses/gpl-3.0.en.html)
|
||||||
|
- There is no reference I could find lol
|
||||||
|
|
||||||
|
### Modifications
|
||||||
|
|
||||||
|
- Description: uwu style
|
||||||
|
- Copyright Holder: [plat_](https://github.com/platyple)
|
||||||
|
- License: [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||||
|
- This was made specifically for this repo
|
||||||
|
|
||||||
|
#
|
||||||
|
|
||||||
## Artix
|
## Artix
|
||||||
|
|
||||||
<img title="Nyartix Linuwu" src="https://raw.githubusercontent.com/TheDarkBug/uwufetch/main/res/artix.png" alt="image" width="100">
|
<img title="Nyartix Linuwu" src="https://raw.githubusercontent.com/TheDarkBug/uwufetch/main/res/artix.png" alt="image" width="100">
|
||||||
|
|
BIN
res/arcolinux.png
Normal file
BIN
res/arcolinux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
7
res/ascii/arcolinux.txt
Normal file
7
res/ascii/arcolinux.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{BLUE} /\
|
||||||
|
/ \
|
||||||
|
/ \
|
||||||
|
/{WHITE}O vv O{BLUE}\
|
||||||
|
/ / \ \
|
||||||
|
/ / __\ \
|
||||||
|
/__/ `\___\
|
|
@ -59,6 +59,7 @@ Distribution name -d \fBoption\fR
|
||||||
.EX
|
.EX
|
||||||
Nyalpine \fBalpine\fR
|
Nyalpine \fBalpine\fR
|
||||||
Nyarch Linuwu \fBarch\fR
|
Nyarch Linuwu \fBarch\fR
|
||||||
|
ArcOwO Linuwu \fBarcolinux\fR
|
||||||
Nyartix Linuwu \fBartix\fR
|
Nyartix Linuwu \fBartix\fR
|
||||||
Debinyan \fBdebian\fR
|
Debinyan \fBdebian\fR
|
||||||
endeavOwO \fBendeavour\fR
|
endeavOwO \fBendeavour\fR
|
||||||
|
|
|
@ -654,7 +654,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, artix, %sendeavouros %smanjaro, manjaro-arm\n\n"
|
" %sarch, arcolinux, %sartix, endeavouros %smanjaro, manjaro-arm\n\n"
|
||||||
" %sDebian/%sUbuntu %sbased:\n"
|
" %sDebian/%sUbuntu %sbased:\n"
|
||||||
" %sdebian, %slinuxmint, neon %spop, %sraspbian %subuntu\n\n"
|
" %sdebian, %slinuxmint, neon %spop, %sraspbian %subuntu\n\n"
|
||||||
" %sBSD %sbased:\n"
|
" %sBSD %sbased:\n"
|
||||||
|
@ -1103,6 +1103,7 @@ void uwu_name()
|
||||||
// linux
|
// linux
|
||||||
STRING_TO_UWU("alpine", "Nyalpine");
|
STRING_TO_UWU("alpine", "Nyalpine");
|
||||||
else STRING_TO_UWU("arch", "Nyarch Linuwu");
|
else STRING_TO_UWU("arch", "Nyarch Linuwu");
|
||||||
|
else STRING_TO_UWU("arcolinux", "ArcOwO Linuwu");
|
||||||
else STRING_TO_UWU("artix", "Nyartix Linuwu");
|
else STRING_TO_UWU("artix", "Nyartix Linuwu");
|
||||||
else STRING_TO_UWU("debian", "Debinyan");
|
else STRING_TO_UWU("debian", "Debinyan");
|
||||||
else STRING_TO_UWU("endeavouros", "endeavOwO");
|
else STRING_TO_UWU("endeavouros", "endeavOwO");
|
||||||
|
|
Loading…
Reference in a new issue