Skip to content

fastfetch 2.40.0-1 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,18 @@ 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.

<img src="errors/image.png" style="width:60%;height:60%">

You need to add this line to your ~/.zshrc (if you are using Zsh) or ~/.bashrc (if you are using Bash):
```sh
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" style="width:60%;height:60%">
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.