mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-09-25 16:50:23 -04:00
ascii: fix Manjaro gap. Closes #1175
This commit is contained in:
@@ -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//\$\{??\}}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user