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:
parent
5fd4ed9b0c
commit
f02ec8c4ba
2 changed files with 198 additions and 198 deletions
|
|
@ -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}\\ \\ //
|
||||||
==\\__\\/ //
|
==\\__\\/ //
|
||||||
// \\//
|
// \\//
|
||||||
==// //==
|
==// //==
|
||||||
|
|
|
||||||
2
neofetch
2
neofetch
|
|
@ -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} \\\\ \\\\ //
|
||||||
==\\\\__\\\\/ //
|
==\\\\__\\\\/ //
|
||||||
// \\\\//
|
// \\\\//
|
||||||
==// //==
|
==// //==
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue