aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-26 21:11:09 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-26 21:11:09 +0300
commitb799006210835560a6ba5a5680a2e56ef3278062 (patch)
treed86b6c18225a20f4c274ff197d7e9e076a2592f1
parentbc36bb500f0957e27173d8bd9fed446bc224d140 (diff)
downloadpfetch-b799006210835560a6ba5a5680a2e56ef3278062.tar.gz
docs: update
-rwxr-xr-xpfetch3
1 files changed, 0 insertions, 3 deletions
diff --git a/pfetch b/pfetch
index 7b7c440..00e524c 100755
--- a/pfetch
+++ b/pfetch
@@ -928,9 +928,6 @@ get_ascii() {
# Iterate over each line of the ascii art to retrieve the above
# information. The 'sed' is used to strip 'm' color codes from
# the ascii art so they don't affect the width variable.
- #
- # The " " acts as the padding between the ascii art and the text as
- # it appends 3 spaces to the end of each line.
while read -r line; do
: $((ascii_height+=1))
ascii_width=$((${#line} > ascii_width ? ${#line} : ascii_width))