HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

fastfetch — Display information about your operating system, software, and hardware. More information: <https://

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfastfetchoperatingcliinformationaboutyourdisplay

Problem

How to use the fastfetch command: Display information about your operating system, software, and hardware. More information: <https://manned.org/fastfetch>.

Solution

fastfetch — Display information about your operating system, software, and hardware. More information: <https://manned.org/fastfetch>.

Display system information:
fastfetch


Display full system information with all the modules enabled:
fastfetch {{[-c|--config]}} all


Load a custom configuration file:
fastfetch {{[-c|--config]}} {{path/to/config_file}}


Fetch a specific structure:
fastfetch {{[-s|--structure]}} {{os:kernel:de:cpu:gpu}}


Use a specific logo:
fastfetch {{[-l|--logo]}} {{logo}}


Display system information without a logo:
fastfetch {{[-l|--logo]}} none


Use a specific color for the keys and title:
fastfetch --color {{blue}}

Code Snippets

Display system information

fastfetch

Display full system information with all the modules enabled

fastfetch {{[-c|--config]}} all

Load a custom configuration file

fastfetch {{[-c|--config]}} {{path/to/config_file}}

Fetch a specific structure

fastfetch {{[-s|--structure]}} {{os:kernel:de:cpu:gpu}}

Use a specific logo

fastfetch {{[-l|--logo]}} {{logo}}

Context

tldr-pages: common/fastfetch

Revisions (0)

No revisions yet.