Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding some syntax explain for new version
  • Loading branch information
Platotel3s committed Apr 3, 2025
commit 97d58dea0da0d38461f6997e10beb775f700ba71
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ 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.
<img src="errors/image.png">

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.
<img src="errors/image2.png">
Binary file added errors/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added errors/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.