HorlogeSkynet / archey4

:computer: Maintained fork of the original Archey (Linux) system tool
https://git.io/archey4
GNU General Public License v3.0
291 stars 37 forks source link

Added the endeavouros logo #140

Closed Tobilike closed 8 months ago

Tobilike commented 8 months ago

Description

Hello, I have added the EndeavourOS logo. For some reason all my other logos are light blue. I just renamed a file and tried it. Maybe I forgot something or did something wrong, but with my logo everything is colored as it should be.

Of course I have run it on EndeavourOS.

Reason and / or context

Because I did it for my system and I liked it.

How has this been tested ?

!/usr/bin/python

import re import sys from archey.main import main if name == "main": sys.argv[0] = re.sub(r"(-script.pyw|.exe)?$", "", sys.argv[0]) sys.exit(main())

Types of changes :

Checklist :

ingrinder commented 8 months ago

@HorlogeSkynet Looks good to squash and merge up to 22d44e3 :+1:

HorlogeSkynet commented 8 months ago

Hello and sorry for the delay ; This has been locally squashed, improved and cherry-picked as f864e96bf52d533e99aa1d97bd75fa7ea7cc36fc (due to @Tobilike's master branch divergence, I haven't merged it as-is). Many thanks :wave: