aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 16:15:35 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 16:15:35 +0300
commit8b8b88f0537391289cb2182090eb632d4b9db6a6 (patch)
treedca99a7dcaffb49a6bb4d0e2bec04ae710b86bb5 /README.md
parent1bcb2f542751ac8485401e315217251172db1929 (diff)
downloadpfetch-8b8b88f0537391289cb2182090eb632d4b9db6a6.tar.gz
docs: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6e3ce9b..46d8a8f 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ _/\ __)/_) pkgs 130
```sh
# Which information to display.
# NOTE: If 'ascii' will be used, it must come first.
+# Default: first example below
# Valid: space separated string
PF_INFO="ascii title distro host kernel uptime pkgs memory"
@@ -30,20 +31,29 @@ PF_INFO="ascii"
PF_INFO="title distro host kernel uptime pkgs memory"
# Separator between info name and info data.
+# Default: unset
# Valid: string
PF_SEP=":"
# Color of info names:
+# Default: unset (auto)
# Valid: 0-9
PF_COL1=4
# Color of info data:
+# Default: unset (auto)
# Valid: 0-9
PF_COL2=7
# Alignment padding.
+# Default: unset (auto)
# Valid: int
PF_ALIGN=""
+
+# Which ascii art to use.
+# Default: unset (auto)
+# Valid: string
+PF_ASCII="openbsd"
```
## Make `pfetch` update on an interval