From 36f8e0c5be71e775538792cc4bb5023103bd9c78 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 19:08:32 +0300 Subject: [PATCH] docs: update --- pfetch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pfetch b/pfetch index 07543f3..2ff5975 100755 --- a/pfetch +++ b/pfetch @@ -75,9 +75,9 @@ log() { # # This is ugly, I know! printf '[%sC[3%s;1m%s%s[3%sm[%sD[%sC%s\n' \ - "${ascii_width:--1}" "${PF_COL1:-4}" "$1" "$PF_SEP" \ - "${PF_COL2:-7}" "${#1}" "${PF_ALIGN:-$info_length}" \ - "$2" + "${ascii_width--1}" "${PF_COL1-4}" "$1" \ + "$PF_SEP" "${PF_COL2-7}" "${#1}" \ + "${PF_ALIGN-$info_length}" "$2" # Keep track of the number of times 'log()' has been run. : $((info_height+=1))