Skip to content
Open
Changes from 2 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
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",
"os",
"kernel",
"uptime",
"packages",
"shell",
"wm",
"terminal",
"cpu",
"gpu",
"memory"
]
}
```

### Tip

You can place your config at:

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