pfetch: Fix #76

This commit is contained in:
Dylan Araps 2020-09-30 07:52:41 +03:00
parent 7a3396ecd3
commit 0faef36de9
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

2
pfetch
View File

@ -77,7 +77,7 @@ log() {
# Move the cursor to the right, the width of the ascii art with an
# additional gap for text spacing.
printf '[%sC' "${ascii_width--1}"
printf '[%sC' "$ascii_width"
# Print the info name and color the text.
printf '[3%s;1m%s' "${PF_COL1-4}" "$name"