mirror of
https://github.com/dylanaraps/neofetch
synced 2025-12-31 00:02:56 -05:00
ascii: fix Manjaro gap. Closes #1175
This commit is contained in:
parent
13f2d3a173
commit
96f3aa948d
3
neofetch
3
neofetch
@ -3586,7 +3586,8 @@ print_ascii() {
|
||||
|
||||
# Calculate size of ascii file in line length / line count.
|
||||
while IFS=$'\n' read -r line; do
|
||||
line="${line//\\\\/\\}"
|
||||
line=${line//\\\\/\\}
|
||||
line=${line//█/ }
|
||||
((++lines,${#line}>ascii_len)) && ascii_len="${#line}"
|
||||
done <<< "${ascii_data//\$\{??\}}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user