docs: update

This commit is contained in:
Dylan Araps 2019-09-24 15:14:12 +03:00
parent b3bdb3dbdd
commit 678feb2608

8
pfetch
View File

@ -53,10 +53,10 @@ log() {
# #
# $[6] /home/goldie $ # $[6] /home/goldie $
# #
# PF_COL1: Control color of info name. # '$PF_COL1': Control color of info name.
# PF_SEP: Control the separator between info name and info data. # '$PF_SEP': Control the separator between info name and info data.
# PF_COL2: Control color of info data. # '$PF_COL2': Control color of info data.
# PF_ALIGN: Control the alignment amount. # '$PF_ALIGN': Control the alignment amount.
# #
# '\033[14C': Move cursor 14 characters to the right. # '\033[14C': Move cursor 14 characters to the right.
# TODO: Base this on ASCII art width. # TODO: Base this on ASCII art width.