diff --git a/pfetch b/pfetch index 0140bc8..8d44c36 100755 --- a/pfetch +++ b/pfetch @@ -22,9 +22,11 @@ log() { info=$* } + align=$(printf '%*s' "$((${#name}-info_length))" "") + # Construct the information string. out="[3${PF_COL1-4};1m${name}" - out="$out${PF_SEP}[$((${#name}-info_length))D" + out="$out${PF_SEP}${align}" out="$out[3${PF_COL2-7}m${info}" } @@ -1399,7 +1401,7 @@ main() { while IFS= read -r line || [ "$1" ]; do "get_$1" shift "$(($# ? 1 : 0))" - printf '\033[%sC%s\r%s\n' "$ascii_width" "$out" "$line" >&6 + printf '%*s%s\r%s\n' "$ascii_width" "" "$out" "$line" >&6 out= done <<-EOF $ascii