Skip to content
Open
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
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
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 MEDIUM RISK

Suggestion: The 'CachyOS Example' section is currently appended after the star history chart. To maintain a standard README structure and improve discoverability, this section should be moved higher up, typically under a 'Configuration' or 'Examples' heading.

Try running the following prompt in your coding agent:

Move the 'CachyOS Example' section to a more appropriate location in the README, specifically before the star history chart and under a configuration-related heading.


Fastfetch works especially well on CachyOS with Hyprland setups.

### Sample Config

```jsonc
{
"$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
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚪ LOW RISK

Nitpick: The code block is labeled as bash, but it only contains a file path string. This can lead to confusing syntax highlighting or user expectations that the line is a command to be executed.

Suggested change
```bash
```text

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