diff --git a/pages/linux/screenfetch.md b/pages/linux/screenfetch.md new file mode 100644 index 0000000000..38ad881537 --- /dev/null +++ b/pages/linux/screenfetch.md @@ -0,0 +1,23 @@ +# screenfetch + +> Display system information. + +- Start screenfetch: + +`screenfetch` + +- Take a screenshot (requires 'scrot'): + +`screenfetch -s` + +- Specify distribution logo: + +`screenfetch -A '{{distribution_name}}'` + +- Specify distribution logo and text: + +`screenfetch -D '{{distribution_name}}'` + +- Strip all color: + +`screenfetch -N`