diff --git a/README.md b/README.md index b8dfc2a..ecacb97 100644 --- a/README.md +++ b/README.md @@ -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) -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) diff --git a/res/COPYRIGHT.md b/res/COPYRIGHT.md index 69aa891..9ad7240 100644 --- a/res/COPYRIGHT.md +++ b/res/COPYRIGHT.md @@ -26,6 +26,25 @@ I am not a copyright expert, and maybe I am doing all wrong things, please corre # +## Arco Linux + +image + +### 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 image diff --git a/res/arcolinux.png b/res/arcolinux.png new file mode 100644 index 0000000..8329276 Binary files /dev/null and b/res/arcolinux.png differ diff --git a/res/ascii/arcolinux.txt b/res/ascii/arcolinux.txt new file mode 100644 index 0000000..307c35e --- /dev/null +++ b/res/ascii/arcolinux.txt @@ -0,0 +1,7 @@ +{BLUE} /\ + / \ + / \ + /{WHITE}O vv O{BLUE}\ + / / \ \ + / / __\ \ + /__/ `\___\ \ No newline at end of file diff --git a/uwufetch.1 b/uwufetch.1 index 9523b7e..9f24dfe 100644 --- a/uwufetch.1 +++ b/uwufetch.1 @@ -59,6 +59,7 @@ Distribution name -d \fBoption\fR .EX Nyalpine \fBalpine\fR Nyarch Linuwu \fBarch\fR +ArcOwO Linuwu \fBarcolinux\fR Nyartix Linuwu \fBartix\fR Debinyan \fBdebian\fR endeavOwO \fBendeavour\fR diff --git a/uwufetch.c b/uwufetch.c index 4364f24..5c7c816 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -654,7 +654,7 @@ void list(char *arg) printf("%s -d \n" " Available distributions:\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, %slinuxmint, neon %spop, %sraspbian %subuntu\n\n" " %sBSD %sbased:\n" @@ -1103,6 +1103,7 @@ void uwu_name() // linux STRING_TO_UWU("alpine", "Nyalpine"); 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("debian", "Debinyan"); else STRING_TO_UWU("endeavouros", "endeavOwO");