[F] Fix distro name escape
This commit is contained in:
parent
b9773b989d
commit
1e1cddc58f
310 changed files with 317 additions and 313 deletions
25
tools/distros/linux_mint.py
Normal file
25
tools/distros/linux_mint.py
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
linux_mint = AsciiArt(match=r'''"Linux Mint"* | "LinuxMint"* | "mint"*''', color='2 7', ascii=r"""
|
||||
${c2} ...-:::::-...
|
||||
${c2} .-MMMMMMMMMMMMMMM-.
|
||||
.-MMMM${c1}`..-:::::::-..`${c2}MMMM-.
|
||||
.:MMMM${c1}.:MMMMMMMMMMMMMMM:.${c2}MMMM:.
|
||||
-MMM${c1}-M---MMMMMMMMMMMMMMMMMMM.${c2}MMM-
|
||||
`:MMM${c1}:MM` :MMMM:....::-...-MMMM:${c2}MMM:`
|
||||
:MMM${c1}:MMM` :MM:` `` `` `:MMM:${c2}MMM:
|
||||
.MMM${c1}.MMMM` :MM. -MM. .MM- `MMMM.${c2}MMM.
|
||||
:MMM${c1}:MMMM` :MM. -MM- .MM: `MMMM-${c2}MMM:
|
||||
:MMM${c1}:MMMM` :MM. -MM- .MM: `MMMM:${c2}MMM:
|
||||
:MMM${c1}:MMMM` :MM. -MM- .MM: `MMMM-${c2}MMM:
|
||||
.MMM${c1}.MMMM` :MM:--:MM:--:MM: `MMMM.${c2}MMM.
|
||||
:MMM${c1}:MMM- `-MMMMMMMMMMMM-` -MMM-${c2}MMM:
|
||||
:MMM${c1}:MMM:` `:MMM:${c2}MMM:
|
||||
.MMM${c1}.MMMM:--------------:MMMM.${c2}MMM.
|
||||
'-MMMM${c1}.-MMMMMMMMMMMMMMM-.${c2}MMMM-'
|
||||
'.-MMMM${c1}``--:::::--``${c2}MMMM-.'
|
||||
${c2} '-MMMMMMMMMMMMM-'
|
||||
${c2} ``-:::::-``
|
||||
""")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue