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`