From ccce2be79cb6bd5cddeb16eff801193bc89975f5 Mon Sep 17 00:00:00 2001 From: Agnibha Mukherjee Date: Thu, 14 May 2026 11:06:27 +0530 Subject: [PATCH 1/3] docs: add CachyOS configuration example --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index a55f2798dd..08df57b642 100644 --- a/README.md +++ b/README.md @@ -341,3 +341,36 @@ Give us a star to show your support! Star History Chart + +## CachyOS Example + +Fastfetch works especially well on CachyOS with Hyprland setups. + +### Sample Config + +```json +{ + \"$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 +``` From 20554d2801d634a21b585d240b04391ca3306763 Mon Sep 17 00:00:00 2001 From: Agnibha Mukherjee Date: Thu, 14 May 2026 11:28:22 +0530 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 08df57b642..8b547de2da 100644 --- a/README.md +++ b/README.md @@ -350,19 +350,19 @@ Fastfetch works especially well on CachyOS with Hyprland setups. ```json { - \"$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\" + "$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" ] } ``` From d320e16fa6d1a2bde7c03fe636e624fb3cccb3b4 Mon Sep 17 00:00:00 2001 From: Agnibha Mukherjee Date: Thu, 14 May 2026 11:54:52 +0530 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b547de2da..d036eb58ea 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ Fastfetch works especially well on CachyOS with Hyprland setups. ### Sample Config -```json +```jsonc { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "modules": [