2021-08-29 15:16:17 +01:00
|
|
|
# pfetch
|
|
|
|
|
|
|
|
> Display system information.
|
|
|
|
> More information: <https://github.com/dylanaraps/pfetch>.
|
|
|
|
|
2021-08-31 07:57:51 +01:00
|
|
|
- Display the ASCII art and default fields:
|
|
|
|
|
|
|
|
`pfetch`
|
|
|
|
|
2021-08-29 15:16:17 +01:00
|
|
|
- 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`
|