[U] Release 2.0.1
This commit is contained in:
parent
62b4c27404
commit
d4560e3edb
10 changed files with 224 additions and 141 deletions
|
|
@ -1 +1 @@
|
|||
VERSION = '1.99.0'
|
||||
VERSION = '2.0.1'
|
||||
|
|
|
|||
26
hyfetch/distros/bazzite.py
Normal file
26
hyfetch/distros/bazzite.py
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# This file is automatically generated. Please do not modify.
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
bazzite = AsciiArt(match=r'''"Bazzite"*''', color='5 5', ascii=r"""
|
||||
${c1} %%%%%%====%%%%%%%%%%
|
||||
%%%%%%%% %%%%%%%%%%%%%%
|
||||
%%%%%%%%% %%%%%%%%%%%%%%%%
|
||||
%%%%%%%%% %%%%%%%%%%%%%%%###
|
||||
%%%%%%%%% %%%%%%%%%%%%%######
|
||||
== =======######
|
||||
== =========#####
|
||||
%%%%%%%%% %%%%%%%####======#####
|
||||
%%%%%%%%% %%%%%#######=====#####
|
||||
%%%%%%%%% %%%#########=====#####
|
||||
%%%%%%%%% %%##########=====#####
|
||||
%%%%%%%%%====###########=====######
|
||||
%%%%%%%%====#########======######
|
||||
%%%%%%%=====#####========######
|
||||
%%%%###===============#######
|
||||
%#######==========#########
|
||||
#######################
|
||||
###################
|
||||
###########
|
||||
""")
|
||||
|
||||
|
|
@ -208,6 +208,10 @@ def detect(name: str) -> AsciiArt | None:
|
|||
from .bedrock import bedrock
|
||||
return bedrock
|
||||
|
||||
if name.startswith('bazzite'):
|
||||
from .bazzite import bazzite
|
||||
return bazzite
|
||||
|
||||
if name.startswith('biglinux_large'):
|
||||
from .biglinux_large import biglinux_large
|
||||
return biglinux_large
|
||||
|
|
@ -664,9 +668,9 @@ def detect(name: str) -> AsciiArt | None:
|
|||
from .interix import interix
|
||||
return interix
|
||||
|
||||
if name.startswith('ironclad'):
|
||||
from .ironclad import ironclad
|
||||
return ironclad
|
||||
if name.startswith('gloire'):
|
||||
from .gloire import gloire
|
||||
return gloire
|
||||
|
||||
if name.startswith('januslinux') or name.startswith('janus') or name.startswith('ataraxia linux') or name.startswith('ataraxia'):
|
||||
from .januslinux import januslinux
|
||||
|
|
@ -1316,6 +1320,10 @@ def detect(name: str) -> AsciiArt | None:
|
|||
from .t2 import t2
|
||||
return t2
|
||||
|
||||
if name.startswith('opensuse tumbleweed-slowroll') or name.startswith('opensuse_slowroll'):
|
||||
from .opensuse_tumbleweed_slowroll import opensuse_tumbleweed_slowroll
|
||||
return opensuse_tumbleweed_slowroll
|
||||
|
||||
if name.startswith('opensuse tumbleweed') or name.startswith('opensuse_tumbleweed'):
|
||||
from .opensuse_tumbleweed import opensuse_tumbleweed
|
||||
return opensuse_tumbleweed
|
||||
|
|
|
|||
19
hyfetch/distros/gloire.py
Normal file
19
hyfetch/distros/gloire.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# This file is automatically generated. Please do not modify.
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
gloire = AsciiArt(match=r'''"Gloire"*''', color='5 7 0', ascii=r"""
|
||||
${c3}
|
||||
&#BGPPPPPG#&
|
||||
B5?77!!?YJJ7!7YBB&
|
||||
&G5YJ77!7JYYYYYBPJ&PY#
|
||||
#PYYYYYY?!?YYYYY7?7JP5JJ
|
||||
B?YYYYYY7!!7JYYYYJ!!?JJJ5
|
||||
&& B7?J?77?7!!!!!77777!7Y5YYBBPGGG&
|
||||
G77?YBB!!!!!!!!!!!!!JYJ??7JYJJY# PYPPG&
|
||||
J777JB?!7JJ???!!!7?JYYYYYPJ!7JB
|
||||
GYYG #JJJJJ??7!!!JYYY5PGB&GB&
|
||||
#Y!?GB5YYJY5PG###&
|
||||
GJJP
|
||||
""")
|
||||
|
||||
27
hyfetch/distros/opensuse_tumbleweed_slowroll.py
Normal file
27
hyfetch/distros/opensuse_tumbleweed_slowroll.py
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# This file is automatically generated. Please do not modify.
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
opensuse_tumbleweed_slowroll = AsciiArt(match=r'''"openSUSE Tumbleweed-Slowroll"* | "openSUSE_Slowroll"*''', color='2 7', ascii=r"""
|
||||
${c2} _aaaymQQmwaaa,
|
||||
,wWQQQD????????$QQQQa,.
|
||||
_wQQB?" ??QQQa,
|
||||
sQQD^ ?QQ6\
|
||||
yWW' 4QQg
|
||||
,QQD .aaaaaaaa ^4Q6
|
||||
,mQP _wWQW?????YWWQa, 4Qm
|
||||
jQ@ wWW?' ^4QQc ^$QL
|
||||
,QQ' jWW' )QW\ ]QQ
|
||||
|QQ ,QW' ]QQ ^QQ|
|
||||
|QQ |QQ ]QQ QQ|
|
||||
|QQ 4Qg ]QQ .QQ|
|
||||
'QQ6 '$WQac. _QQ( jQQ
|
||||
]QQw "?QWQQf _mQP ,QQ(
|
||||
4QQga wQQP ,mQ?
|
||||
4QQQga, saQWP' jQQf
|
||||
?QQQQQQwaaaaaaaayWWW?' _mQ@'
|
||||
?WQQQP?9VWUV???^ _amQP^
|
||||
"4QQQaa, ,awQQQ?^
|
||||
"?VQQQQQQQQQQQQQQP?'
|
||||
""")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue