Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.76 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.76 KB

Fastfetch

Welcome to my fastfetch config presets repo :3

Fastfetch is a tool for fetching system information and displaying them in a pretty way. In this repo, I collect my config files that I designed for my Arch Linux Hyprland rice. Feel free to copy files and modify them or clone the complete repository.

Usage

Clone the repository into ~/.local/share

cd ~/.local/share
git clone https://github.com/LierB/fastfetch

and execute your preferred files (e.g. groups.jsonc or minimal.jsonc) with

fastfetch --config groups
fastfetch --config minimal

OR

Copy your preferred config file (if necessary images/ascii-art files), rename it to config.jsonc, move it to ~/.config/fastfetch and execute it with

fastfetch
# or with additional options e.g.
fastfetch --colors-block-range-start 9 --colors-block-width 3

Fastfetch (2.40.0-1)

If you upgrade your Fastfetch version to 2.40.0-1, there are some configuration differences from the previous version. In this version, the commands fastfetch --config groups and fastfetch --config minimal no longer work, meaning you will encounter an error like the one below.

You need to add this line to your ~/.zshrc (if you are using Zsh) or ~/.bashrc (if you are using Bash):

    fastfetch -c $HOME/.local/share/fastfetch/presets/groups.jsonc

If you follow the tutorial provided earlier, everything should work fine. See the image below.