aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index 755ad2a..aca4278 100755
--- a/pfetch
+++ b/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' "${PF_COL1-4}" "$name"