aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 15:14:12 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 15:14:12 +0300
commit678feb26082d95c54b95a78d996b29dce64863ea (patch)
treecc22147d1f176d709d673a5b4857fd56bfe43b8d
parentb3bdb3dbddc6db386140f6f3dd9aae45e1c67174 (diff)
downloadpfetch-678feb26082d95c54b95a78d996b29dce64863ea.tar.gz
docs: update
-rwxr-xr-xpfetch24
1 files 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' \