Linux: Fix ASCII for Sailfish OS
This commit is contained in:
parent
40dcf541de
commit
6cd7a8b1f2
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -8117,7 +8117,7 @@ EOF
|
||||||
"Sailfish"*)
|
"Sailfish"*)
|
||||||
set_colors 4 5 7 6
|
set_colors 4 5 7 6
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
_a@b
|
${c1} _a@b
|
||||||
_#b (b
|
_#b (b
|
||||||
_@@ @_ _,
|
_@@ @_ _,
|
||||||
_#^@ _#*^^*gg,aa@^^
|
_#^@ _#*^^*gg,aa@^^
|
||||||
|
|
Reference in a new issue