| 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 | { |
| 9 | "type": "packages", |
| 10 | "format": "{all}" |
| 11 | }, |
| 12 | "shell", |
| 13 | { |
| 14 | "type": "display", |
| 15 | "key": "Resolution", |
| 16 | "compactType": "original" |
| 17 | }, |
| 18 | "de", |
| 19 | "wm", |
| 20 | "wmtheme", |
| 21 | { |
| 22 | "type": "terminalfont", |
| 23 | "key": "font" |
| 24 | }, |
| 25 | { |
| 26 | "type": "disk", |
| 27 | "folders": "/", |
| 28 | "key": "Disk" |
| 29 | }, |
| 30 | "cpu", |
| 31 | "gpu", |
| 32 | { |
| 33 | "type": "memory", |
| 34 | "key": "RAM" |
| 35 | } |
| 36 | ] |
| 37 | } |