[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/open_source_media_center.py
Normal file
26
tools/distros/open_source_media_center.py
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
open_source_media_center = AsciiArt(match=r'''"Open Source Media Center"* | "osmc"''', color='4 7 1', ascii=r"""
|
||||
${c1} -+shdmNNNNmdhs+-
|
||||
.+hMNho/:..``..:/ohNMh+.
|
||||
:hMdo. .odMh:
|
||||
-dMy- -yMd-
|
||||
sMd- -dMs
|
||||
hMy +. .+ yMh
|
||||
yMy dMs. .sMd yMy
|
||||
:Mm dMNMs` `sMNMd `mM:
|
||||
yM+ dM//mNs``sNm//Md +My
|
||||
mM- dM: +NNNN+ :Md -Mm
|
||||
mM- dM: `oNN+ :Md -Mm
|
||||
yM+ dM/+NNo` :Md +My
|
||||
:Mm` dMMNs` :Md `mM:
|
||||
yMy dMs` -ms yMy
|
||||
hMy +. yMh
|
||||
sMd- -dMs
|
||||
-dMy- -yMd-
|
||||
:hMdo. .odMh:
|
||||
.+hMNho/:..``..:/ohNMh+.
|
||||
-+shdmNNNNmdhs+-
|
||||
""")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue