[M] Move distros into hyfetch

This commit is contained in:
Hykilpikonna 2022-12-11 06:23:29 -05:00
parent 0897d468a8
commit 6404b37b9e
No known key found for this signature in database
GPG key ID: 256CD01A41D7FA26
326 changed files with 408 additions and 2 deletions

22
hyfetch/distros/cobalt.py Normal file
View file

@ -0,0 +1,22 @@
from hyfetch.distro import AsciiArt
cobalt = AsciiArt(match=r'''"Cobalt"*''', color='33 33 59 31 8', ascii=r"""
${c1} ///
${c1} ,//////////////
${c1} ///////////////////////////////
${c1} ///////////////${c5}***********${c1}//////
////${c5}***********************${c1}/////
/////${c5}***********************${c1}////
//////${c5},,,,,,,,,,,,,,,,,,,,,,${c1}///
//////${c5},,,,,,,,,,,,,,,,,,,,,,,,,${c1}/////
/////${c5},,,,,,,,,,,,,,,,,,,,,,,,,,,,${c1}/////
${c4} *****${c3},,,,,,,,,,,,,,,,,,,,,,,,,,,,,${c4}*****
******${c3},,,,,,,,,,,,,,,,,,,,,,,,,,,,${c4}*****
*******${c3},,,,,,,,,,,,,,,,,,,,,,,,,${c4}******
*******${c3}......................${c4}*******
******${c3}....${c4}***********************
****************************
*****
""")