pfetch: Fix #76
This commit is contained in:
parent
7a3396ecd3
commit
0faef36de9
1 changed files with 1 additions and 1 deletions
2
pfetch
2
pfetch
|
@ -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[m' "${PF_COL1-4}" "$name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue