diff --git a/README.md b/README.md index a55f2798dd..d036eb58ea 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 + +```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 +~/.config/fastfetch/config.jsonc +```