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.
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
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.