config_system_info.jsonc 241 B

123456789101112131415
  1. {
  2. "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  3. "modules": [
  4. "title",
  5. "os",
  6. "kernel",
  7. "uptime",
  8. "cpu",
  9. "cpuusage",
  10. "memory",
  11. "swap",
  12. "disk",
  13. "localip"
  14. ]
  15. }