[F] Fix distro name escape
This commit is contained in:
parent
b9773b989d
commit
1e1cddc58f
310 changed files with 317 additions and 313 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
AIX = AsciiArt(match=""""AIX"*""", color='2 7', ascii="""
|
aix = AsciiArt(match=r'''"AIX"*''', color='2 7', ascii=r"""
|
||||||
${c1} `:+ssssossossss+-`
|
${c1} `:+ssssossossss+-`
|
||||||
.oys///oyhddddhyo///sy+.
|
.oys///oyhddddhyo///sy+.
|
||||||
/yo:+hNNNNNNNNNNNNNNNNh+:oy/
|
/yo:+hNNNNNNNNNNNNNNNNh+:oy/
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
AlmaLinux = AsciiArt(match=""""AlmaLinux"*""", color='1 3 4 2 6', ascii="""
|
almalinux = AsciiArt(match=r'''"AlmaLinux"*''', color='1 3 4 2 6', ascii=r"""
|
||||||
${c1} 'c:.
|
${c1} 'c:.
|
||||||
${c1} lkkkx, .. ${c2}.. ,cc,
|
${c1} lkkkx, .. ${c2}.. ,cc,
|
||||||
${c1} okkkk:ckkx' ${c2}.lxkkx.okkkkd
|
${c1} okkkk:ckkx' ${c2}.lxkkx.okkkkd
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Alpine = AsciiArt(match=""""Alpine"*""", color='4 5 7 6', ascii="""
|
alpine = AsciiArt(match=r'''"Alpine"*''', color='4 5 7 6', ascii=r"""
|
||||||
${c1} .hddddddddddddddddddddddh.
|
${c1} .hddddddddddddddddddddddh.
|
||||||
:dddddddddddddddddddddddddd:
|
:dddddddddddddddddddddddddd:
|
||||||
/dddddddddddddddddddddddddddd/
|
/dddddddddddddddddddddddddddd/
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
alpine_small = AsciiArt(match=""""alpine_small"""", color='4 7', ascii="""
|
alpine_small = AsciiArt(match=r'''"alpine_small"''', color='4 7', ascii=r"""
|
||||||
${c1} /\\ /\\
|
${c1} /\\ /\\
|
||||||
/${c2}/ ${c1}\\ \\
|
/${c2}/ ${c1}\\ \\
|
||||||
/${c2}/ ${c1}\\ \\
|
/${c2}/ ${c1}\\ \\
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Alter = AsciiArt(match=""""Alter"*""", color='6 6', ascii="""
|
alter = AsciiArt(match=r'''"Alter"*''', color='6 6', ascii=r"""
|
||||||
${c1} %,
|
${c1} %,
|
||||||
^WWWw
|
^WWWw
|
||||||
'wwwwww
|
'wwwwww
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Amazon = AsciiArt(match=""""Amazon"*""", color='3 7', ascii="""
|
amazon = AsciiArt(match=r'''"Amazon"*''', color='3 7', ascii=r"""
|
||||||
${c1} `-/oydNNdyo:.`
|
${c1} `-/oydNNdyo:.`
|
||||||
`.:+shmMMMMMMMMMMMMMMmhs+:.`
|
`.:+shmMMMMMMMMMMMMMMmhs+:.`
|
||||||
-+hNNMMMMMMMMMMMMMMMMMMMMMMNNho-
|
-+hNNMMMMMMMMMMMMMMMMMMMMMMNNho-
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
AmogOS = AsciiArt(match=""""AmogOS"*""", color='15 6', ascii="""
|
amogos = AsciiArt(match=r'''"AmogOS"*''', color='15 6', ascii=r"""
|
||||||
${c1} ___________
|
${c1} ___________
|
||||||
/ \
|
/ \
|
||||||
/ ${c2}______${c1} \
|
/ ${c2}______${c1} \
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Anarchy = AsciiArt(match=""""Anarchy"*""", color='7 4', ascii="""
|
anarchy = AsciiArt(match=r'''"Anarchy"*''', color='7 4', ascii=r"""
|
||||||
${c2}..${c1}
|
${c2}..${c1}
|
||||||
${c2}..${c1}
|
${c2}..${c1}
|
||||||
${c2}:..${c1}
|
${c2}:..${c1}
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Android = AsciiArt(match=""""Android"*""", color='2 7', ascii="""
|
android = AsciiArt(match=r'''"Android"*''', color='2 7', ascii=r"""
|
||||||
${c1} -o o-
|
${c1} -o o-
|
||||||
+hydNNNNdyh+
|
+hydNNNNdyh+
|
||||||
+mMMMMMMMMMMMMm+
|
+mMMMMMMMMMMMMm+
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
android_small = AsciiArt(match=""""android_small"*""", color='2 7', ascii="""
|
android_small = AsciiArt(match=r'''"android_small"*''', color='2 7', ascii=r"""
|
||||||
${c1} ;, ,;
|
${c1} ;, ,;
|
||||||
';,.-----.,;'
|
';,.-----.,;'
|
||||||
,' ',
|
,' ',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Antergos = AsciiArt(match=""""Antergos"*""", color='4 6', ascii="""
|
antergos = AsciiArt(match=r'''"Antergos"*''', color='4 6', ascii=r"""
|
||||||
${c2} `.-/::/-``
|
${c2} `.-/::/-``
|
||||||
.-/osssssssso/.
|
.-/osssssssso/.
|
||||||
:osyysssssssyyys+-
|
:osyysssssssyyys+-
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
antiX = AsciiArt(match=""""antiX"*""", color='1 7 3', ascii="""
|
antix = AsciiArt(match=r'''"antiX"*''', color='1 7 3', ascii=r"""
|
||||||
${c1}
|
${c1}
|
||||||
\
|
\
|
||||||
, - ~ ^ ~ - \ /
|
, - ~ ^ ~ - \ /
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
AOSC_OS = AsciiArt(match=""""AOSC OS"*""", color='4 7 1', ascii="""
|
aosc_os = AsciiArt(match=r'''"AOSC OS"*''', color='4 7 1', ascii=r"""
|
||||||
${c2} .:+syhhhhys+:.
|
${c2} .:+syhhhhys+:.
|
||||||
.ohNMMMMMMMMMMMMMMNho.
|
.ohNMMMMMMMMMMMMMMNho.
|
||||||
`+mMMMMMMMMMMmdmNMMMMMMMMm+`
|
`+mMMMMMMMMMMmdmNMMMMMMMMm+`
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
AOSC_OS_Retro = AsciiArt(match=""""AOSC OS/Retro"*""", color='4 7 1 3', ascii="""
|
aosc_os_retro = AsciiArt(match=r'''"AOSC OS/Retro"*''', color='4 7 1 3', ascii=r"""
|
||||||
${c2} .........
|
${c2} .........
|
||||||
...................
|
...................
|
||||||
.....................${c1}################${c2}
|
.....................${c1}################${c2}
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
aoscosretro_small = AsciiArt(match=""""aoscosretro_small"""", color='4 7 1 3', ascii="""
|
aoscosretro_small = AsciiArt(match=r'''"aoscosretro_small"''', color='4 7 1 3', ascii=r"""
|
||||||
${c2} _____ ${c1}_____${c2}
|
${c2} _____ ${c1}_____${c2}
|
||||||
-' '-${c1}| |${c2}
|
-' '-${c1}| |${c2}
|
||||||
/ ___ ${c1}| |${c2}
|
/ ___ ${c1}| |${c2}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Aperio_GNU_Linux = AsciiArt(match=""""Aperio GNU/Linux"*""", color='255', ascii="""
|
aperio_gnu_linux = AsciiArt(match=r'''"Aperio GNU/Linux"*''', color='255', ascii=r"""
|
||||||
${c2}
|
${c2}
|
||||||
_.._ _ ._.. _
|
_.._ _ ._.. _
|
||||||
(_][_)(/,[ |(_)
|
(_][_)(/,[ |(_)
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Apricity = AsciiArt(match=""""Apricity"*""", color='4 7 1', ascii="""
|
apricity = AsciiArt(match=r'''"Apricity"*''', color='4 7 1', ascii=r"""
|
||||||
${c2} ./o-
|
${c2} ./o-
|
||||||
``...`` `:. -/:
|
``...`` `:. -/:
|
||||||
`-+ymNMMMMMNmho-` :sdNNm/
|
`-+ymNMMMMMNmho-` :sdNNm/
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Arch = AsciiArt(match=""""Arch"*""", color='6 6 7 1', ascii="""
|
arch = AsciiArt(match=r'''"Arch"*''', color='6 6 7 1', ascii=r"""
|
||||||
${c1} -`
|
${c1} -`
|
||||||
.o+`
|
.o+`
|
||||||
`ooo/
|
`ooo/
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
arch_old = AsciiArt(match=""""arch_old"""", color='6 7 1', ascii="""
|
arch_old = AsciiArt(match=r'''"arch_old"''', color='6 7 1', ascii=r"""
|
||||||
${c1} __
|
${c1} __
|
||||||
_=(SDGJT=_
|
_=(SDGJT=_
|
||||||
_GTDJHGGFCVS)
|
_GTDJHGGFCVS)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
arch_small = AsciiArt(match=""""arch_small"""", color='6 7 1', ascii="""
|
arch_small = AsciiArt(match=r'''"arch_small"''', color='6 7 1', ascii=r"""
|
||||||
${c1} /\\
|
${c1} /\\
|
||||||
/ \\
|
/ \\
|
||||||
/\\ \\
|
/\\ \\
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
ArchBox = AsciiArt(match=""""ArchBox"*""", color='2 7 1', ascii="""
|
archbox = AsciiArt(match=r'''"ArchBox"*''', color='2 7 1', ascii=r"""
|
||||||
${c1} ...:+oh/:::..
|
${c1} ...:+oh/:::..
|
||||||
..-/oshhhhhh` `::::-.
|
..-/oshhhhhh` `::::-.
|
||||||
.:/ohhhhhhhhhhhh` `-::::.
|
.:/ohhhhhhhhhhhh` `-::::.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Archcraft = AsciiArt(match=""""Archcraft"*""", color='6 1 2 3 4 5', ascii="""
|
archcraft = AsciiArt(match=r'''"Archcraft"*''', color='6 1 2 3 4 5', ascii=r"""
|
||||||
${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢰⡆${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄
|
${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢰⡆${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄
|
||||||
${c2}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢠⣿⣿⡄${c2}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄
|
${c2}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢠⣿⣿⡄${c2}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄
|
||||||
${c3}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢀⣾⣿⣿⣿⡀${c3}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄
|
${c3}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢀⣾⣿⣿⣿⡀${c3}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
ARCHlabs = AsciiArt(match=""""ARCHlabs"*""", color='6 6 7 1', ascii="""
|
archlabs = AsciiArt(match=r'''"ARCHlabs"*''', color='6 6 7 1', ascii=r"""
|
||||||
${c1} 'c'
|
${c1} 'c'
|
||||||
'kKk,
|
'kKk,
|
||||||
.dKKKx.
|
.dKKKx.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
ArchMerge = AsciiArt(match=""""ArchMerge"*""", color='6 6 7 1', ascii="""
|
archmerge = AsciiArt(match=r'''"ArchMerge"*''', color='6 6 7 1', ascii=r"""
|
||||||
${c1} y:
|
${c1} y:
|
||||||
sMN-
|
sMN-
|
||||||
+MMMm`
|
+MMMm`
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
ArchStrike = AsciiArt(match=""""ArchStrike"*""", color='8 6', ascii="""
|
archstrike = AsciiArt(match=r'''"ArchStrike"*''', color='8 6', ascii=r"""
|
||||||
${c1} *
|
${c1} *
|
||||||
**.
|
**.
|
||||||
****
|
****
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
ArcoLinux = AsciiArt(match=""""ArcoLinux"*""", color='7 4', ascii="""
|
arcolinux = AsciiArt(match=r'''"ArcoLinux"*''', color='7 4', ascii=r"""
|
||||||
${c2} /-
|
${c2} /-
|
||||||
ooo:
|
ooo:
|
||||||
yoooo/
|
yoooo/
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
arcolinux_small = AsciiArt(match=""""arcolinux_small"*""", color='7 4', ascii="""
|
arcolinux_small = AsciiArt(match=r'''"arcolinux_small"*''', color='7 4', ascii=r"""
|
||||||
${c2} A
|
${c2} A
|
||||||
ooo
|
ooo
|
||||||
ooooo
|
ooooo
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Artix = AsciiArt(match=""""Artix"*""", color='6 6 7 1', ascii="""
|
artix = AsciiArt(match=r'''"Artix"*''', color='6 6 7 1', ascii=r"""
|
||||||
${c1} '
|
${c1} '
|
||||||
'o'
|
'o'
|
||||||
'ooo'
|
'ooo'
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
artix_small = AsciiArt(match=""""artix_small"*""", color='6 6 7 1', ascii="""
|
artix_small = AsciiArt(match=r'''"artix_small"*''', color='6 6 7 1', ascii=r"""
|
||||||
${c1} '
|
${c1} '
|
||||||
'A'
|
'A'
|
||||||
'ooo'
|
'ooo'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Arya = AsciiArt(match=""""Arya"*""", color='2 1', ascii="""
|
arya = AsciiArt(match=r'''"Arya"*''', color='2 1', ascii=r"""
|
||||||
${c1} `oyyy/${c2}-yyyyyy+
|
${c1} `oyyy/${c2}-yyyyyy+
|
||||||
${c1} -syyyy/${c2}-yyyyyy+
|
${c1} -syyyy/${c2}-yyyyyy+
|
||||||
${c1} .syyyyy/${c2}-yyyyyy+
|
${c1} .syyyyy/${c2}-yyyyyy+
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Asahi = AsciiArt(match=""""Asahi"*""", color='3 2 1 8 7 6 4', ascii="""
|
asahi = AsciiArt(match=r'''"Asahi"*''', color='3 2 1 8 7 6 4', ascii=r"""
|
||||||
${c1} ## ${c2}**
|
${c1} ## ${c2}**
|
||||||
${c1}*####${c2}****.
|
${c1}*####${c2}****.
|
||||||
${c1}###${c2},
|
${c1}###${c2},
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
AsteroidOS = AsciiArt(match=""""AsteroidOS"*""", color='160 208 202 214', ascii="""
|
asteroidos = AsciiArt(match=r'''"AsteroidOS"*''', color='160 208 202 214', ascii=r"""
|
||||||
${c1} ***
|
${c1} ***
|
||||||
${c1} *****
|
${c1} *****
|
||||||
${c1} **********
|
${c1} **********
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Bedrock = AsciiArt(match=""""Bedrock"*""", color='8 7', ascii="""
|
bedrock = AsciiArt(match=r'''"Bedrock"*''', color='8 7', ascii=r"""
|
||||||
${c1}--------------------------------------
|
${c1}--------------------------------------
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
--------------------------------------
|
--------------------------------------
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
BigLinux = AsciiArt(match=""""BigLinux"*""", color='6 11 4', ascii="""
|
biglinux = AsciiArt(match=r'''"BigLinux"*''', color='6 11 4', ascii=r"""
|
||||||
${c1} ...
|
${c1} ...
|
||||||
:OWMMMNd.
|
:OWMMMNd.
|
||||||
:NMMMMMMMMWc
|
:NMMMMMMMMWc
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Bitrig = AsciiArt(match=""""Bitrig"*""", color='2 7', ascii="""
|
bitrig = AsciiArt(match=r'''"Bitrig"*''', color='2 7', ascii=r"""
|
||||||
${c1} `hMMMMN+
|
${c1} `hMMMMN+
|
||||||
-MMo-dMd`
|
-MMo-dMd`
|
||||||
oMN- oMN`
|
oMN- oMN`
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
BlackArch = AsciiArt(match=""""BlackArch"*""", color='1 1 0 1', ascii="""
|
blackarch = AsciiArt(match=r'''"BlackArch"*''', color='1 1 0 1', ascii=r"""
|
||||||
${c3} 00
|
${c3} 00
|
||||||
11
|
11
|
||||||
====${c1}
|
====${c1}
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
blackPanther = AsciiArt(match=""""blackPanther"* | 'blackpanther'*""", color='1 11 12', ascii="""
|
blackpanther = AsciiArt(match=r'''"blackPanther"* | 'blackpanther'*''', color='1 11 12', ascii=r"""
|
||||||
${c3} ........
|
${c3} ........
|
||||||
.,»╔╗╗╬▄▄╫█▀▓▄▄╬╗╗g≈,.
|
.,»╔╗╗╬▄▄╫█▀▓▄▄╬╗╗g≈,.
|
||||||
,j╗╬╣▓▓███████▌;»╙▀▀▀▀█▄▄╗j,
|
,j╗╬╣▓▓███████▌;»╙▀▀▀▀█▄▄╗j,
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
BLAG = AsciiArt(match=""""BLAG"*""", color='5 7', ascii="""
|
blag = AsciiArt(match=r'''"BLAG"*''', color='5 7', ascii=r"""
|
||||||
${c1} d
|
${c1} d
|
||||||
,MK:
|
,MK:
|
||||||
xMMMX:
|
xMMMX:
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
BlankOn = AsciiArt(match=""""BlankOn"*""", color='1 7 3', ascii="""
|
blankon = AsciiArt(match=r'''"BlankOn"*''', color='1 7 3', ascii=r"""
|
||||||
${c2} `./ohdNMMMMNmho+.` ${c1} .+oo:`
|
${c2} `./ohdNMMMMNmho+.` ${c1} .+oo:`
|
||||||
${c2} -smMMMMMMMMMMMMMMMMmy-` ${c1}`yyyyy+
|
${c2} -smMMMMMMMMMMMMMMMMmy-` ${c1}`yyyyy+
|
||||||
${c2} `:dMMMMMMMMMMMMMMMMMMMMMMd/` ${c1}`yyyyys
|
${c2} `:dMMMMMMMMMMMMMMMMMMMMMMd/` ${c1}`yyyyys
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
BlueLight = AsciiArt(match=""""BlueLight"*""", color='7 4', ascii="""
|
bluelight = AsciiArt(match=r'''"BlueLight"*''', color='7 4', ascii=r"""
|
||||||
${c1} oMMNMMMMMMMMMMMMMMMMMMMMMM
|
${c1} oMMNMMMMMMMMMMMMMMMMMMMMMM
|
||||||
oMMMMMMMMMMMMMMMMMMMMMMMMM
|
oMMMMMMMMMMMMMMMMMMMMMMMMM
|
||||||
oMMMMMMMMMMMMMMMMMMMMMMMMM
|
oMMMMMMMMMMMMMMMMMMMMMMMMM
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Bodhi = AsciiArt(match=""""Bodhi"*""", color='7 11 2', ascii="""
|
bodhi = AsciiArt(match=r'''"Bodhi"*''', color='7 11 2', ascii=r"""
|
||||||
${c1}| ${c2},,mmKKKKKKKKWm,,
|
${c1}| ${c2},,mmKKKKKKKKWm,,
|
||||||
${c1}' ${c2},aKKP${c1}LL**********|L*${c2}TKp,
|
${c1}' ${c2},aKKP${c1}LL**********|L*${c2}TKp,
|
||||||
${c1}t ${c2}aKP${c1}L**``` ```**L${c2}*Kp
|
${c1}t ${c2}aKP${c1}L**``` ```**L${c2}*Kp
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
bonsai = AsciiArt(match=""""bonsai"*""", color='6 2 3', ascii="""
|
bonsai = AsciiArt(match=r'''"bonsai"*''', color='6 2 3', ascii=r"""
|
||||||
${c2} ,####,
|
${c2} ,####,
|
||||||
${c2}#######, ${c2},#####,
|
${c2}#######, ${c2},#####,
|
||||||
${c2}#####',# ${c2}'######
|
${c2}#####',# ${c2}'######
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
BSD = AsciiArt(match="""*"BSD"""", color='1 7 4 3 6', ascii="""
|
bsd = AsciiArt(match=r'''*"BSD"''', color='1 7 4 3 6', ascii=r"""
|
||||||
${c1} , ,
|
${c1} , ,
|
||||||
/( )`
|
/( )`
|
||||||
\ \___ / |
|
\ \___ / |
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
BunsenLabs = AsciiArt(match=""""BunsenLabs"*""", color='fg 7', ascii="""
|
bunsenlabs = AsciiArt(match=r'''"BunsenLabs"*''', color='fg 7', ascii=r"""
|
||||||
${c1} `++
|
${c1} `++
|
||||||
-yMMs
|
-yMMs
|
||||||
`yMMMMN`
|
`yMMMMN`
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Cachy_OS = AsciiArt(match=""""Cachy OS"*""", color='2 8 6', ascii="""
|
cachy_os = AsciiArt(match=r'''"Cachy OS"*''', color='2 8 6', ascii=r"""
|
||||||
${c3} ${c2}.${c3}-------------------------:
|
${c3} ${c2}.${c3}-------------------------:
|
||||||
${c3} .${c1}+=${c3}========================.
|
${c3} .${c1}+=${c3}========================.
|
||||||
${c3} :${c1}++${c3}===${c1}++===${c3}===============- :${c1}++${c3}-
|
${c3} :${c1}++${c3}===${c1}++===${c3}===============- :${c1}++${c3}-
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Calculate = AsciiArt(match=""""Calculate"*""", color='7 3', ascii="""
|
calculate = AsciiArt(match=r'''"Calculate"*''', color='7 3', ascii=r"""
|
||||||
${c1} ......
|
${c1} ......
|
||||||
,,+++++++,.
|
,,+++++++,.
|
||||||
.,,,....,,,${c2}+**+,,.${c1}
|
.,,,....,,,${c2}+**+,,.${c1}
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
CalinixOS = AsciiArt(match=""""CalinixOS"""", color='4 5 4 4 4 4', ascii="""
|
calinixos = AsciiArt(match=r'''"CalinixOS"''', color='4 5 4 4 4 4', ascii=r"""
|
||||||
${c2}
|
${c2}
|
||||||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣠⠤⠔⠒⠒⠋⠉⠉⠉⠉⠓⠒⠒⠦⠤⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣠⠤⠔⠒⠒⠋⠉⠉⠉⠉⠓⠒⠒⠦⠤⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⠤⠒⠉⣁⣠⣤⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣤⣄⣈⠙⠲⢤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⠤⠒⠉⣁⣠⣤⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣤⣄⣈⠙⠲⢤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
CalinixOS_small = AsciiArt(match=""""CalinixOS_small"*""", color='4 5 4 4 4 4', ascii="""
|
calinixos_small = AsciiArt(match=r'''"CalinixOS_small"*''', color='4 5 4 4 4 4', ascii=r"""
|
||||||
${c2}
|
${c2}
|
||||||
⠀⠀⠀⠀⠀⠀⠀⠀⣀⠤⠐⣂⣈⣩⣭⣭⣍⣀⣐⠀⠄⡀⠀⠀⠀⠀⠀⠀⠀⠀
|
⠀⠀⠀⠀⠀⠀⠀⠀⣀⠤⠐⣂⣈⣩⣭⣭⣍⣀⣐⠀⠄⡀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||||
⠀⠀⠀⠀⠀⡀⠔⣨⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⣅⠢⡀⠀⠀⠀⠀⠀
|
⠀⠀⠀⠀⠀⡀⠔⣨⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⣅⠢⡀⠀⠀⠀⠀⠀
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Carbs = AsciiArt(match=""""Carbs"*""", color='4 5 4 4 4 4', ascii="""
|
carbs = AsciiArt(match=r'''"Carbs"*''', color='4 5 4 4 4 4', ascii=r"""
|
||||||
${c2} ..........
|
${c2} ..........
|
||||||
..,;:ccccccc:;'..
|
..,;:ccccccc:;'..
|
||||||
..,clllc:;;;;;:cllc,.
|
..,clllc:;;;;;:cllc,.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
CBL-Mariner = AsciiArt(match=""""CBL-Mariner"*""", color='6', ascii="""
|
cbl_mariner = AsciiArt(match=r'''"CBL-Mariner"*''', color='6', ascii=r"""
|
||||||
${c1} .
|
${c1} .
|
||||||
:- .
|
:- .
|
||||||
:==. .=:
|
:==. .=:
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
CelOS = AsciiArt(match=""""CelOS"*""", color='4 6 0 5', ascii="""
|
celos = AsciiArt(match=r'''"CelOS"*''', color='4 6 0 5', ascii=r"""
|
||||||
|
|
||||||
${c4} .,cmmmmmmmmmmmc,.
|
${c4} .,cmmmmmmmmmmmc,.
|
||||||
.,cmMMMMMMMMMMMMMMMMMMMMmc.
|
.,cmMMMMMMMMMMMMMMMMMMMMmc.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Center = AsciiArt(match=""""Center"*""", color='7 7', ascii="""
|
center = AsciiArt(match=r'''"Center"*''', color='7 7', ascii=r"""
|
||||||
${c2} .
|
${c2} .
|
||||||
o,
|
o,
|
||||||
. d, .
|
. d, .
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
CentOS = AsciiArt(match=""""CentOS"*""", color='3 2 4 5 7', ascii="""
|
centos = AsciiArt(match=r'''"CentOS"*''', color='3 2 4 5 7', ascii=r"""
|
||||||
${c1} ..
|
${c1} ..
|
||||||
.PLTJ.
|
.PLTJ.
|
||||||
<><><><>
|
<><><><>
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
centos_small = AsciiArt(match=""""centos_small"*""", color='3 2 4 5 7', ascii="""
|
centos_small = AsciiArt(match=r'''"centos_small"*''', color='3 2 4 5 7', ascii=r"""
|
||||||
${c2} ____${c1}^${c4}____
|
${c2} ____${c1}^${c4}____
|
||||||
${c2} |\\ ${c1}|${c4} /|
|
${c2} |\\ ${c1}|${c4} /|
|
||||||
${c2} | \\ ${c1}|${c4} / |
|
${c2} | \\ ${c1}|${c4} / |
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Chakra = AsciiArt(match=""""Chakra"*""", color='4 5 7 6', ascii="""
|
chakra = AsciiArt(match=r'''"Chakra"*''', color='4 5 7 6', ascii=r"""
|
||||||
${c1} _ _ _ "kkkkkkkk.
|
${c1} _ _ _ "kkkkkkkk.
|
||||||
,kkkkkkkk., 'kkkkkkkkk,
|
,kkkkkkkk., 'kkkkkkkkk,
|
||||||
,kkkkkkkkkkkk., 'kkkkkkkkk.
|
,kkkkkkkkkkkk., 'kkkkkkkkk.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
ChaletOS = AsciiArt(match=""""ChaletOS"*""", color='4 7 1', ascii="""
|
chaletos = AsciiArt(match=r'''"ChaletOS"*''', color='4 7 1', ascii=r"""
|
||||||
${c1} `.//+osso+/:``
|
${c1} `.//+osso+/:``
|
||||||
`/sdNNmhyssssydmNNdo:`
|
`/sdNNmhyssssydmNNdo:`
|
||||||
:hNmy+-` .-+hNNs-
|
:hNmy+-` .-+hNNs-
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Chapeau = AsciiArt(match=""""Chapeau"*""", color='2 7', ascii="""
|
chapeau = AsciiArt(match=r'''"Chapeau"*''', color='2 7', ascii=r"""
|
||||||
${c1} .-/-.
|
${c1} .-/-.
|
||||||
////////.
|
////////.
|
||||||
////////${c2}y+${c1}//.
|
////////${c2}y+${c1}//.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Chrom = AsciiArt(match=""""Chrom"*""", color='2 1 3 4 7', ascii="""
|
chrom = AsciiArt(match=r'''"Chrom"*''', color='2 1 3 4 7', ascii=r"""
|
||||||
${c2} .,:loool:,.
|
${c2} .,:loool:,.
|
||||||
.,coooooooooooooc,.
|
.,coooooooooooooc,.
|
||||||
.,lllllllllllllllllllll,.
|
.,lllllllllllllllllllll,.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Cleanjaro = AsciiArt(match=""""Cleanjaro"*""", color='7 7', ascii="""
|
cleanjaro = AsciiArt(match=r'''"Cleanjaro"*''', color='7 7', ascii=r"""
|
||||||
${c1}███████▌ ████████████████
|
${c1}███████▌ ████████████████
|
||||||
███████▌ ████████████████
|
███████▌ ████████████████
|
||||||
███████▌ ████████████████
|
███████▌ ████████████████
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
cleanjaro_small = AsciiArt(match=""""cleanjaro_small"*""", color='7 7', ascii="""
|
cleanjaro_small = AsciiArt(match=r'''"cleanjaro_small"*''', color='7 7', ascii=r"""
|
||||||
${c1}█████ ██████████
|
${c1}█████ ██████████
|
||||||
█████ ██████████
|
█████ ██████████
|
||||||
█████
|
█████
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Clear_Linux_OS = AsciiArt(match=""""Clear Linux OS"* | "Clear_Linux"*""", color='4 3 7 6', ascii="""
|
clear_linux_os = AsciiArt(match=r'''"Clear Linux OS"* | "Clear_Linux"*''', color='4 3 7 6', ascii=r"""
|
||||||
${c1} BBB
|
${c1} BBB
|
||||||
BBBBBBBBB
|
BBBBBBBBB
|
||||||
BBBBBBBBBBBBBBB
|
BBBBBBBBBBBBBBB
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
ClearOS = AsciiArt(match=""""ClearOS"*""", color='2', ascii="""
|
clearos = AsciiArt(match=r'''"ClearOS"*''', color='2', ascii=r"""
|
||||||
${c1} `.--::::::--.`
|
${c1} `.--::::::--.`
|
||||||
.-:////////////////:-.
|
.-:////////////////:-.
|
||||||
`-////////////////////////-`
|
`-////////////////////////-`
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Clover = AsciiArt(match=""""Clover"*""", color='2 6', ascii="""
|
clover = AsciiArt(match=r'''"Clover"*''', color='2 6', ascii=r"""
|
||||||
${c1} `omo``omo`
|
${c1} `omo``omo`
|
||||||
`oNMMMNNMMMNo`
|
`oNMMMNNMMMNo`
|
||||||
`oNMMMMMMMMMMMMNo`
|
`oNMMMMMMMMMMMMNo`
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Condres = AsciiArt(match=""""Condres"*""", color='2 3 6', ascii="""
|
condres = AsciiArt(match=r'''"Condres"*''', color='2 3 6', ascii=r"""
|
||||||
${c1}syyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy+${c3}.+.
|
${c1}syyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy+${c3}.+.
|
||||||
${c1}`oyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy+${c3}:++.
|
${c1}`oyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy+${c3}:++.
|
||||||
${c2}/o${c1}+oyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy/${c3}oo++.
|
${c2}/o${c1}+oyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy/${c3}oo++.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Container_Linux_by_CoreOS = AsciiArt(match=""""Container Linux by CoreOS"* | "Container_Linux"*""", color='4 7 1', ascii="""
|
container_linux_by_coreos = AsciiArt(match=r'''"Container Linux by CoreOS"* | "Container_Linux"*''', color='4 7 1', ascii=r"""
|
||||||
${c1} .....
|
${c1} .....
|
||||||
.';:cccccccc:;'.
|
.';:cccccccc:;'.
|
||||||
':ccccclc${c3}lllllllll${c1}cc:.
|
':ccccclc${c3}lllllllll${c1}cc:.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
CRUX = AsciiArt(match=""""CRUX"*""", color='4 5 7 6', ascii="""
|
crux = AsciiArt(match=r'''"CRUX"*''', color='4 5 7 6', ascii=r"""
|
||||||
${c1} odddd
|
${c1} odddd
|
||||||
oddxkkkxxdoo
|
oddxkkkxxdoo
|
||||||
ddcoddxxxdoool
|
ddcoddxxxdoool
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
crux_small = AsciiArt(match=""""crux_small" | KISS*""", color='4 5 7 6', ascii="""
|
crux_small = AsciiArt(match=r'''"crux_small" | KISS*''', color='4 5 7 6', ascii=r"""
|
||||||
${c1} ___
|
${c1} ___
|
||||||
(${c3}.· ${c1}|
|
(${c3}.· ${c1}|
|
||||||
(${c2}<> ${c1}|
|
(${c2}<> ${c1}|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Crystal_Linux = AsciiArt(match="""*"Crystal Linux"*""", color='13 5', ascii="""
|
crystal_linux = AsciiArt(match=r'''*"Crystal Linux"*''', color='13 5', ascii=r"""
|
||||||
${c1} mysssym
|
${c1} mysssym
|
||||||
${c1} mysssym
|
${c1} mysssym
|
||||||
${c1} mysssym
|
${c1} mysssym
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Cucumber = AsciiArt(match="""*"Cucumber"*""", color='2 3', ascii="""
|
cucumber = AsciiArt(match=r'''*"Cucumber"*''', color='2 3', ascii=r"""
|
||||||
${c1} `.-://++++++//:-.`
|
${c1} `.-://++++++//:-.`
|
||||||
`:/+//${c2}::--------${c1}:://+/:`
|
`:/+//${c2}::--------${c1}:://+/:`
|
||||||
-++/:${c2}----..........----${c1}:/++-
|
-++/:${c2}----..........----${c1}:/++-
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
CutefishOS = AsciiArt(match=""""CutefishOS"*""", color='6 7 4', ascii="""
|
cutefishos = AsciiArt(match=r'''"CutefishOS"*''', color='6 7 4', ascii=r"""
|
||||||
${c1} ___ww___
|
${c1} ___ww___
|
||||||
_ _wwMMM@M^^^^MMMMww_
|
_ _wwMMM@M^^^^MMMMww_
|
||||||
M0w_ _wMMM~~ ~~MMm_
|
M0w_ _wMMM~~ ~~MMm_
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
CyberOS = AsciiArt(match=""""CyberOS"*""", color='50 32 57', ascii="""
|
cyberos = AsciiArt(match=r'''"CyberOS"*''', color='50 32 57', ascii=r"""
|
||||||
${c3} !M$EEEEEEEEEEEP
|
${c3} !M$EEEEEEEEEEEP
|
||||||
.MMMMM000000Nr.
|
.MMMMM000000Nr.
|
||||||
${c3}&MMMMMM${c2}MMMMMMMMMMMMM9
|
${c3}&MMMMMM${c2}MMMMMMMMMMMMM9
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
dahlia = AsciiArt(match=""""dahlia"*""", color='1 7 3', ascii="""
|
dahlia = AsciiArt(match=r'''"dahlia"*''', color='1 7 3', ascii=r"""
|
||||||
${c1}
|
${c1}
|
||||||
.#.
|
.#.
|
||||||
*%@@@%*
|
*%@@@%*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
DarkOs = AsciiArt(match=""""DarkOs"""", color='1 6 5 3 2', ascii="""
|
darkos = AsciiArt(match=r'''"DarkOs"''', color='1 6 5 3 2', ascii=r"""
|
||||||
|
|
||||||
${c3}⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠢⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
${c3}⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠢⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||||
${c1}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣶⠋⡆⢹⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
${c1}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣶⠋⡆⢹⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Darwin = AsciiArt(match=""""Darwin"""", color='2 3 1 1 5 4', ascii="""
|
darwin = AsciiArt(match=r'''"Darwin"''', color='2 3 1 1 5 4', ascii=r"""
|
||||||
${c1} c.'
|
${c1} c.'
|
||||||
,xNMM.
|
,xNMM.
|
||||||
.OMMMMo
|
.OMMMMo
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Debian = AsciiArt(match=""""Debian"*""", color='1 7 3', ascii="""
|
debian = AsciiArt(match=r'''"Debian"*''', color='1 7 3', ascii=r"""
|
||||||
${c2} _,met$$$$$gg.
|
${c2} _,met$$$$$gg.
|
||||||
,g$$$$$$$$$$$$$$$P.
|
,g$$$$$$$$$$$$$$$P.
|
||||||
,g$$P" \"""Y$$.".
|
,g$$P" \"""Y$$.".
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
debian_small = AsciiArt(match=""""debian_small"""", color='1 7 3', ascii="""
|
debian_small = AsciiArt(match=r'''"debian_small"''', color='1 7 3', ascii=r"""
|
||||||
${c1} _____
|
${c1} _____
|
||||||
/ __ \\
|
/ __ \\
|
||||||
| / |
|
| / |
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Deepin = AsciiArt(match=""""Deepin"*""", color='2 7', ascii="""
|
deepin = AsciiArt(match=r'''"Deepin"*''', color='2 7', ascii=r"""
|
||||||
${c1} ............
|
${c1} ............
|
||||||
.';;;;;. .,;,.
|
.';;;;;. .,;,.
|
||||||
.,;;;;;;;. ';;;;;;;.
|
.,;;;;;;;. ';;;;;;;.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
DesaOS = AsciiArt(match=""""DesaOS"""", color='2 7', ascii="""
|
desaos = AsciiArt(match=r'''"DesaOS"''', color='2 7', ascii=r"""
|
||||||
${c1}███████████████████████
|
${c1}███████████████████████
|
||||||
███████████████████████
|
███████████████████████
|
||||||
███████████████████████
|
███████████████████████
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Devuan = AsciiArt(match=""""Devuan"*""", color='5 7', ascii="""
|
devuan = AsciiArt(match=r'''"Devuan"*''', color='5 7', ascii=r"""
|
||||||
${c1} ..,,;;;::;,..
|
${c1} ..,,;;;::;,..
|
||||||
`':ddd;:,.
|
`':ddd;:,.
|
||||||
`'dPPd:,.
|
`'dPPd:,.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
DracOS = AsciiArt(match=""""DracOS"*""", color='1 7 3', ascii="""
|
dracos = AsciiArt(match=r'''"DracOS"*''', color='1 7 3', ascii=r"""
|
||||||
${c1} `-:/-
|
${c1} `-:/-
|
||||||
-os:
|
-os:
|
||||||
-os/`
|
-os/`
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
DragonFly = AsciiArt(match=""""DragonFly"*""", color='1 7 3', ascii="""
|
dragonfly = AsciiArt(match=r'''"DragonFly"*''', color='1 7 3', ascii=r"""
|
||||||
${c2},--, ${c1}| ${c2},--,
|
${c2},--, ${c1}| ${c2},--,
|
||||||
${c2}| `-, ${c1},^, ${c2},-' |
|
${c2}| `-, ${c1},^, ${c2},-' |
|
||||||
${c2} `, `-, ${c3}(/ \) ${c2},-' ,'
|
${c2} `, `-, ${c3}(/ \) ${c2},-' ,'
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
dragonfly_old = AsciiArt(match=""""dragonfly_old"*""", color='1 7 3', ascii="""
|
dragonfly_old = AsciiArt(match=r'''"dragonfly_old"*''', color='1 7 3', ascii=r"""
|
||||||
${c1} .-.
|
${c1} .-.
|
||||||
${c3} ()${c1}I${c3}()
|
${c3} ()${c1}I${c3}()
|
||||||
${c1} "==.__:-:__.=="
|
${c1} "==.__:-:__.=="
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
dragonfly_small = AsciiArt(match=""""dragonfly_small"*""", color='1 7 3', ascii="""
|
dragonfly_small = AsciiArt(match=r'''"dragonfly_small"*''', color='1 7 3', ascii=r"""
|
||||||
${c2} ,${c1}_${c2},
|
${c2} ,${c1}_${c2},
|
||||||
('-_${c1}|${c2}_-')
|
('-_${c1}|${c2}_-')
|
||||||
>--${c1}|${c2}--<
|
>--${c1}|${c2}--<
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Drauger = AsciiArt(match=""""Drauger"*""", color='1 7', ascii="""
|
drauger = AsciiArt(match=r'''"Drauger"*''', color='1 7', ascii=r"""
|
||||||
${c1} -``-
|
${c1} -``-
|
||||||
`:+``+:`
|
`:+``+:`
|
||||||
`/++``++/.
|
`/++``++/.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Elementary = AsciiArt(match=""""Elementary"*""", color='4 7 1', ascii="""
|
elementary = AsciiArt(match=r'''"Elementary"*''', color='4 7 1', ascii=r"""
|
||||||
${c2} eeeeeeeeeeeeeeeee
|
${c2} eeeeeeeeeeeeeeeee
|
||||||
eeeeeeeeeeeeeeeeeeeeeee
|
eeeeeeeeeeeeeeeeeeeeeee
|
||||||
eeeee eeeeeeeeeeee eeeee
|
eeeee eeeeeeeeeeee eeeee
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
elementary_small = AsciiArt(match=""""elementary_small"*""", color='4 7 1', ascii="""
|
elementary_small = AsciiArt(match=r'''"elementary_small"*''', color='4 7 1', ascii=r"""
|
||||||
${c2} _______
|
${c2} _______
|
||||||
/ ____ \\
|
/ ____ \\
|
||||||
/ | / /\\
|
/ | / /\\
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Elive = AsciiArt(match=""""Elive"*""", color='7 6 6', ascii="""
|
elive = AsciiArt(match=r'''"Elive"*''', color='7 6 6', ascii=r"""
|
||||||
${c1}
|
${c1}
|
||||||
*@${c2},,&(%%%..%*.
|
*@${c2},,&(%%%..%*.
|
||||||
${c1}(@${c2}&%/##############((/${c1}*,
|
${c1}(@${c2}&%/##############((/${c1}*,
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
EncryptOS = AsciiArt(match=""""EncryptOS"*""", color='2 5 6', ascii="""
|
encryptos = AsciiArt(match=r'''"EncryptOS"*''', color='2 5 6', ascii=r"""
|
||||||
${c2} *******
|
${c2} *******
|
||||||
${c2} *** **.
|
${c2} *** **.
|
||||||
${c2} ** **
|
${c2} ** **
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
EndeavourOS = AsciiArt(match=""""EndeavourOS"*""", color='1 5 4', ascii="""
|
endeavouros = AsciiArt(match=r'''"EndeavourOS"*''', color='1 5 4', ascii=r"""
|
||||||
${c1} ./${c2}o${c3}.
|
${c1} ./${c2}o${c3}.
|
||||||
${c1} ./${c2}sssso${c3}-
|
${c1} ./${c2}sssso${c3}-
|
||||||
${c1} `:${c2}osssssss+${c3}-
|
${c1} `:${c2}osssssss+${c3}-
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Endless = AsciiArt(match=""""Endless"*""", color='1 7', ascii="""
|
endless = AsciiArt(match=r'''"Endless"*''', color='1 7', ascii=r"""
|
||||||
${c1} `:+yhmNMMMMNmhy+:`
|
${c1} `:+yhmNMMMMNmhy+:`
|
||||||
-odMMNhso//////oshNMMdo-
|
-odMMNhso//////oshNMMdo-
|
||||||
/dMMh+. .+hMMd/
|
/dMMh+. .+hMMd/
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
EuroLinux = AsciiArt(match=""""EuroLinux"*""", color='4 7', ascii="""
|
eurolinux = AsciiArt(match=r'''"EuroLinux"*''', color='4 7', ascii=r"""
|
||||||
${c1} __
|
${c1} __
|
||||||
-wwwWWWWWWWWWwww-
|
-wwwWWWWWWWWWwww-
|
||||||
-WWWWWWWWWWWWWWWWWWw-
|
-WWWWWWWWWWWWWWWWWWw-
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Exherbo = AsciiArt(match=""""Exherbo"*""", color='4 7 1', ascii="""
|
exherbo = AsciiArt(match=r'''"Exherbo"*''', color='4 7 1', ascii=r"""
|
||||||
${c2} ,
|
${c2} ,
|
||||||
OXo.
|
OXo.
|
||||||
NXdX0: .cok0KXNNXXK0ko:.
|
NXdX0: .cok0KXNNXXK0ko:.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Exodia_Predator_OS = AsciiArt(match=""""Exodia Predator OS"* | "exodia-predator"* | "Predator"*""", color='5 5', ascii="""
|
exodia_predator_os = AsciiArt(match=r'''"Exodia Predator OS"* | "exodia-predator"* | "Predator"*''', color='5 5', ascii=r"""
|
||||||
${c1}- :
|
${c1}- :
|
||||||
${c1}+: :+
|
${c1}+: :+
|
||||||
${c1}++. .++
|
${c1}++. .++
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Fedora = AsciiArt(match=""""Fedora"*""", color='12 7', ascii="""
|
fedora = AsciiArt(match=r'''"Fedora"*''', color='12 7', ascii=r"""
|
||||||
${c1} .',;::::;,'.
|
${c1} .',;::::;,'.
|
||||||
.';:cccccccccccc:;,.
|
.';:cccccccccccc:;,.
|
||||||
.;cccccccccccccccccccccc;.
|
.;cccccccccccccccccccccc;.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Fedora_old = AsciiArt(match=""""Fedora_old"* | "RFRemix"*""", color='4 7 1', ascii="""
|
fedora_old = AsciiArt(match=r'''"Fedora_old"* | "RFRemix"*''', color='4 7 1', ascii=r"""
|
||||||
${c1} /:-------------:\\
|
${c1} /:-------------:\\
|
||||||
:-------------------::
|
:-------------------::
|
||||||
:-----------${c2}/shhOHbmp${c1}---:\\
|
:-----------${c2}/shhOHbmp${c1}---:\\
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
fedora_small = AsciiArt(match=""""fedora_small"""", color='12', ascii="""
|
fedora_small = AsciiArt(match=r'''"fedora_small"''', color='12', ascii=r"""
|
||||||
${c1} ,'''''.
|
${c1} ,'''''.
|
||||||
| ,. |
|
| ,. |
|
||||||
| | '_'
|
| | '_'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Feren = AsciiArt(match=""""Feren"*""", color='4 7 1', ascii="""
|
feren = AsciiArt(match=r'''"Feren"*''', color='4 7 1', ascii=r"""
|
||||||
${c1} `----------`
|
${c1} `----------`
|
||||||
:+ooooooooo+.
|
:+ooooooooo+.
|
||||||
-o+oooooooooo+-
|
-o+oooooooooo+-
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
Finnix = AsciiArt(match=""""Finnix"*""", color='4 7 7', ascii="""
|
finnix = AsciiArt(match=r'''"Finnix"*''', color='4 7 7', ascii=r"""
|
||||||
${c1} ,,:;;;;:,,
|
${c1} ,,:;;;;:,,
|
||||||
,;*%S########S%*;,
|
,;*%S########S%*;,
|
||||||
;?#################S?:
|
;?#################S?:
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
FreeBSD = AsciiArt(match="""FreeBSD*|HardenedBSD*""", color='1 7 3', ascii="""
|
freebsd = AsciiArt(match=r'''FreeBSD*|HardenedBSD*''', color='1 7 3', ascii=r"""
|
||||||
${c2}``` ${c1}`
|
${c2}``` ${c1}`
|
||||||
${c2}` `.....---...${c1}....--.``` -/
|
${c2}` `.....---...${c1}....--.``` -/
|
||||||
${c2}+o .--` ${c1}/y:` +.
|
${c2}+o .--` ${c1}/y:` +.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from hyfetch.distro import AsciiArt
|
from hyfetch.distro import AsciiArt
|
||||||
|
|
||||||
freebsd_small = AsciiArt(match=""""freebsd_small"""", color='1 7 3', ascii="""
|
freebsd_small = AsciiArt(match=r'''"freebsd_small"''', color='1 7 3', ascii=r"""
|
||||||
${c1}/\\,-'''''-,/\\
|
${c1}/\\,-'''''-,/\\
|
||||||
\\_) (_/
|
\\_) (_/
|
||||||
| |
|
| |
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue