[F] Fix distro name escape
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
kogaion = AsciiArt(match=r'''"Kogaion"*''', color='4 7 1', ascii=r"""
|
||||
${c1} ;; ,;
|
||||
;;; ,;;
|
||||
,;;;; ;;;;
|
||||
,;;;;;;;; ;;;;
|
||||
;;;;;;;;;;; ;;;;;
|
||||
,;;;;;;;;;;;; ';;;;;,
|
||||
;;;;;;;;;;;;;;, ';;;;;;;
|
||||
;;;;;;;;;;;;;;;;;, ';;;;;
|
||||
; ';;;;;;;;;;;;;;;;;;, ;;;
|
||||
;;;, ';;;;;;;;;;;;;;;;;;;,;;
|
||||
;;;;;, ';;;;;;;;;;;;;;;;;;,
|
||||
;;;;;;;;, ';;;;;;;;;;;;;;;;,
|
||||
;;;;;;;;;;;;, ';;;;;;;;;;;;;;
|
||||
';;;;;;;;;;;;; ';;;;;;;;;;;;;
|
||||
';;;;;;;;;;;;;, ';;;;;;;;;;;
|
||||
';;;;;;;;;;;;; ;;;;;;;;;;
|
||||
';;;;;;;;;;;; ;;;;;;;;
|
||||
';;;;;;;; ;;;;;;
|
||||
';;;;; ;;;;
|
||||
';;; ;;
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user