From 678feb26082d95c54b95a78d996b29dce64863ea Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 15:14:12 +0300 Subject: [PATCH] docs: update --- pfetch | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pfetch b/pfetch index 4fa85bc..1af48b2 100755 --- a/pfetch +++ b/pfetch @@ -53,22 +53,22 @@ log() { # # $[6] /home/goldie $ # - # PF_COL1: Control color of info name. - # PF_SEP: Control the separator between info name and info data. - # PF_COL2: Control color of info data. - # PF_ALIGN: Control the alignment amount. + # '$PF_COL1': Control color of info name. + # '$PF_SEP': Control the separator between info name and info data. + # '$PF_COL2': Control color of info data. + # '$PF_ALIGN': Control the alignment amount. # - # '\033[14C': Move cursor 14 characters to the right. - # TODO: Base this on ASCII art width. + # '\033[14C': Move cursor 14 characters to the right. + # TODO: Base this on ASCII art width. # - # '\033[3%s': Color formatting. - # '\033[m': Reset formatting. + # '\033[3%s': Color formatting. + # '\033[m': Reset formatting. # - # '\033[%sD': Move cursor '${#1}' characters to the left. - # This allows for aligned info names and data. + # '\033[%sD': Move cursor '${#1}' characters to the left. + # This allows for aligned info names and data. # - # '\033[6C': Move cursor 6 characters to the right. - # This aligns the info. + # '\033[6C': Move cursor 6 characters to the right. + # This aligns the info. # # This is ugly, I know! printf '\033[%sC\033[3%s;1m%s\033[m%s\033[3%sm\033[%sD\033[%sC%s\033[m\n' \