From 0faef36de92a0bafbdb9ea88da9f7aa9b8c6dd63 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 30 Sep 2020 07:52:41 +0300 Subject: [PATCH] pfetch: Fix #76 --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"