From e67e49bb763a6541c68647fda7ba7dfb8dc58e1f Mon Sep 17 00:00:00 2001 From: Miles Glapa-Grossklag Date: Sun, 29 Aug 2021 07:16:17 -0700 Subject: [PATCH] pfetch: add page (#6414) --- pages/common/pfetch.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/pfetch.md diff --git a/pages/common/pfetch.md b/pages/common/pfetch.md new file mode 100644 index 0000000000..65b5562701 --- /dev/null +++ b/pages/common/pfetch.md @@ -0,0 +1,20 @@ +# pfetch + +> Display system information. +> More information: . + +- Display only the ASCII art and color palette fields: + +`PF_INFO="{{ascii palette}}" pfetch` + +- Display all possible fields: + +`PF_INFO="{{ascii title os host kernel uptime pkgs memory shell editor wm de palette}}" pfetch` + +- Display a different username and hostname: + +`USER="{{user}}" HOSTNAME="{{hostname}}" pfetch` + +- Display without colors: + +`PF_COLOR={{0}} pfetch`