aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 18:58:56 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 18:58:56 +0300
commit1525ff049999c86cb857cb7db135609d2786bc18 (patch)
tree561a8d8ac9ce9f4f1f264a5c844f4d2983f79d7b
parentfb1005cdae7cb01316d678f79826073d32b3a3bc (diff)
downloadpfetch-1525ff049999c86cb857cb7db135609d2786bc18.tar.gz
docs: update
-rwxr-xr-xpfetch3
1 files changed, 2 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index b338408..07543f3 100755
--- a/pfetch
+++ b/pfetch
@@ -76,7 +76,8 @@ 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"
+ "${PF_COL2:-7}" "${#1}" "${PF_ALIGN:-$info_length}" \
+ "$2"
# Keep track of the number of times 'log()' has been run.
: $((info_height+=1))