aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 12:27:50 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 12:27:50 +0300
commitd10cf637daa5ecfb28330d50467da5e7c5a550e6 (patch)
treebe05870e04ba381e0d8f5ace3f2b487f387d97d6
parent9ccbbd40d31fc2a2296479922b8b6bafcc3ed27b (diff)
downloadpfetch-d10cf637daa5ecfb28330d50467da5e7c5a550e6.tar.gz
docs: update
-rwxr-xr-xpfetch6
1 files changed, 1 insertions, 5 deletions
diff --git a/pfetch b/pfetch
index 2ac83ce..d13172e 100755
--- a/pfetch
+++ b/pfetch
@@ -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" \