pfetch: Fix #76
This commit is contained in:
parent
7a3396ecd3
commit
0faef36de9
2
pfetch
2
pfetch
|
@ -77,7 +77,7 @@ log() {
|
||||||
|
|
||||||
# Move the cursor to the right, the width of the ascii art with an
|
# Move the cursor to the right, the width of the ascii art with an
|
||||||
# additional gap for text spacing.
|
# additional gap for text spacing.
|
||||||
printf '[%sC' "${ascii_width--1}"
|
printf '[%sC' "$ascii_width"
|
||||||
|
|
||||||
# Print the info name and color the text.
|
# Print the info name and color the text.
|
||||||
printf '[3%s;1m%s[m' "${PF_COL1-4}" "$name"
|
printf '[3%s;1m%s[m' "${PF_COL1-4}" "$name"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user