Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Add support for Devuan #208

Merged
merged 1 commit into from
Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions res/COPYRIGHT.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,22 @@ I am not a copyright expert, and maybe I am doing all wrong things, please corre

#

## Devuan

<img title="Devunyan" src="https://raw.githubusercontent.com/ItsHoul/blobicons/main/PNG/devuan.png" alt="image" width="100">

### Base artwork:

- Copyright Holder: Devuan Editors
- License: [No license was mentioned](https://gitea.devuan.org/devuan/documentation/src/branch/master/art/graphics/logo/)
- [Reference](https://gitea.devuan.org/devuan/documentation/src/branch/master/art/graphics/logo/devuan-emblem.svg)

### Modifications

- Description: From [blobicons](https://github.com/ItsHoul/blobicons)
- Copyright Holder: [Houl](https://github.com/ItsHoul)
- [Reference](https://github.com/ItsHoul/blobicons/blob/main/PNG/devuan.png)

## Endeavour OS

<img title="Endowo Os" src="https://raw.githubusercontent.com/TheDarkBug/uwufetch/main/res/endeavouros.png" alt="image" width="100">
Expand Down
9 changes: 9 additions & 0 deletions res/ascii/devuan.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{BLUE}
,,
,,,
,,,
,,,,
,,,,,,
,,,,,,,,,
,o,o,,,,,,,
,:W:,,,
Binary file added res/devuan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions uwufetch.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ void uwu_name(struct configuration* config_flags, struct info* user_info) {
else STRING_TO_UWU("arcolinux", "ArcOwO Linuwu");
else STRING_TO_UWU("artix", "Nyartix Linuwu");
else STRING_TO_UWU("debian", "Debinyan");
else STRING_TO_UWU("devuan", "Devunyan");
else STRING_TO_UWU("deepin", "Dewepyn");
else STRING_TO_UWU("endeavouros", "endeavOwO");
else STRING_TO_UWU("EndeavourOS", "endeavOwO");
Expand Down