Fix nixos_small logo (#421)

* [F] Fix nixos_small logo

* [F] Fix nixos_small logo missing line break

* [?] i was trying to fix a difference between the python version and the rust version what the hell dude
This commit is contained in:
Emi 2025-08-27 08:10:59 +02:00 committed by GitHub
parent 5fd4ed9b0c
commit f02ec8c4ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 198 additions and 198 deletions

View file

@ -3,7 +3,7 @@
from . import AsciiArt from . import AsciiArt
nixos_small = AsciiArt(match=r'''"nixos_small"''', color='4 6', ascii=r""" nixos_small = AsciiArt(match=r'''"nixos_small"''', color='4 6', ascii=r"""
${c1} \\ \\ // ${c1}\\ \\ //
==\\__\\/ // ==\\__\\/ //
// \\// // \\//
==// //== ==// //==

View file

@ -12126,7 +12126,7 @@ EOF
"nixos_small") "nixos_small")
set_colors 4 6 set_colors 4 6
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1} \\\\ \\\\ // ${c1} \\\\ \\\\ //
==\\\\__\\\\/ // ==\\\\__\\\\/ //
// \\\\// // \\\\//
==// //== ==// //==