[F] Fix distro name escape
This commit is contained in:
parent
b9773b989d
commit
1e1cddc58f
310 changed files with 317 additions and 313 deletions
26
tools/distros/linux_lite.py
Normal file
26
tools/distros/linux_lite.py
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
linux_lite = AsciiArt(match=r'''"Linux Lite"* | "Linux_Lite"*''', color='3 7', ascii=r"""
|
||||
${c1} ,xXc
|
||||
.l0MMMMMO
|
||||
.kNMMMMMWMMMN,
|
||||
KMMMMMMKMMMMMMo
|
||||
'MMMMMMNKMMMMMM:
|
||||
kMMMMMMOMMMMMMO
|
||||
.MMMMMMX0MMMMMW.
|
||||
oMMMMMMxWMMMMM:
|
||||
WMMMMMNkMMMMMO
|
||||
:MMMMMMOXMMMMW
|
||||
.0MMMMMxMMMMM;
|
||||
:;cKMMWxMMMMO
|
||||
'MMWMMXOMMMMl
|
||||
kMMMMKOMMMMMX:
|
||||
.WMMMMKOWMMM0c
|
||||
lMMMMMWO0MNd:'
|
||||
oollXMKXoxl;.
|
||||
':. .: .'
|
||||
..
|
||||
.
|
||||
""")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue