Skip to content
Open
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
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,3 +341,36 @@ Give us a star to show your support!
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=fastfetch-cli/fastfetch&type=Date" />
</picture>
</a>

## CachyOS Example

Fastfetch works especially well on CachyOS with Hyprland setups.

### Sample Config

```json
Comment thread
Agnibha007 marked this conversation as resolved.
Outdated
{
\"$schema\": \"https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json\",
\"modules\": [
\"title\",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

\"os\",
\"kernel\",
\"uptime\",
\"packages\",
\"shell\",
\"wm\",
\"terminal\",
\"cpu\",
\"gpu\",
\"memory\"
Comment thread
Agnibha007 marked this conversation as resolved.
Outdated
]
}
```

### Tip

You can place your config at:

```bash
~/.config/fastfetch/config.jsonc
```
Loading