From 9ee68b7d4433dac91a655fc67d3f74f9c9c0d60c Mon Sep 17 00:00:00 2001 From: Suyash Bhawsar Date: Mon, 3 Oct 2022 13:23:19 +0530 Subject: [PATCH] fastfetch: add page (#8550) --- pages/linux/fastfetch.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/fastfetch.md diff --git a/pages/linux/fastfetch.md b/pages/linux/fastfetch.md new file mode 100644 index 000000000..f159cc46c --- /dev/null +++ b/pages/linux/fastfetch.md @@ -0,0 +1,24 @@ +# fastfetch + +> A CLI tool to display information about your operating system, software and hardware. +> More information: . + +- Display system information: + +`fastfetch` + +- Set the structure of the fetch: + +`fastfetch --structure {{structure}}` + +- Load a custom config file: + +`fastfetch --load-config {{path/to/config_file}}` + +- Set the logo to use: + +`fastfetch --logo {{logo}}` + +- Set the color of the keys and title: + +`fastfetch --color {{blue}}`