diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-24 12:27:50 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-24 12:27:50 +0300 |
| commit | d10cf637daa5ecfb28330d50467da5e7c5a550e6 (patch) | |
| tree | be05870e04ba381e0d8f5ace3f2b487f387d97d6 | |
| parent | 9ccbbd40d31fc2a2296479922b8b6bafcc3ed27b (diff) | |
| download | pfetch-d10cf637daa5ecfb28330d50467da5e7c5a550e6.tar.gz | |
docs: update
| -rwxr-xr-x | pfetch | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -16,9 +16,7 @@ log() { # '\033[14C': Move cursor 14 characters to the right. # TODO: Base this on ASCII art width. # - # '\033[3%s': Color info name. - # '\033[m': Reset formatting. - # '\033[3%s': Color info data. + # '\033[3%s': Color formatting. # '\033[m': Reset formatting. # # '\033[%sD': Move cursor '${#1}' characters to the left. @@ -26,8 +24,6 @@ log() { # # '\033[6C': Move cursor 6 characters to the right. # This aligns the info. - # - # '\033[m': Reset formatting. printf '\033[14C\033[3%s;1m%s\033[m%s\033[3%sm\033[%sD\033[6C%s\033[m\n' \ "${PF_COLOR1:-5}" \ "$1" \ |
