Skip to content

Commit

Permalink
[PR] #344 from Paranoid-Pufferfish: Generate magix python file
Browse files Browse the repository at this point in the history
Proprely adding Magix support for hyfetch
  • Loading branch information
hykilpikonna authored Oct 23, 2024
2 parents 3754aad + 1e67d65 commit a8b94f9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions hyfetch/distros/magix.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This file is automatically generated. Please do not modify.

from . import AsciiArt

magix = AsciiArt(match=r'''"Magix"*''', color='206 39', ascii=r"""
${c2} @
@@--=====@@
@@--==@@ @@====+@
@-@@ @==@
@=@
@=@${c1} @=@ @-==== @=@${c2}
@=@${c1} @-===@==++@===+@${c2}
@=@${c1} @--====@@=====+@${c2}
-=@${c1} @--==========++@${c2}
==${c1} @--==========++@${c2} @=@
@==${c1} @--=======@==++@${c2} @=+@
@==${c1} @-==========++${c2} @=@
@==${c1} @-=======@=%${c2} @=@
@==${c1} @@@@@@${c2} @=@
@====@@@ @@===+%
@@=====@@==++++@@
=#@=@
@==@++@
@@@
""")

0 comments on commit a8b94f9

Please sign in to comment.