mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
docs: update
This commit is contained in:
3
pfetch
3
pfetch
@@ -76,7 +76,8 @@ log() {
|
|||||||
# This is ugly, I know!
|
# This is ugly, I know!
|
||||||
printf '[%sC[3%s;1m%s[m%s[3%sm[%sD[%sC%s[m\n' \
|
printf '[%sC[3%s;1m%s[m%s[3%sm[%sD[%sC%s[m\n' \
|
||||||
"${ascii_width:--1}" "${PF_COL1:-4}" "$1" "$PF_SEP" \
|
"${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.
|
# Keep track of the number of times 'log()' has been run.
|
||||||
: $((info_height+=1))
|
: $((info_height+=1))
|
||||||
|
|||||||
Reference in New Issue
Block a user