| 1 | { |
| 2 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", |
| 3 | "logo": { |
| 4 | "type": "none" |
| 5 | }, |
| 6 | "display": { |
| 7 | "separator": "-> ", |
| 8 | "color": { |
| 9 | "separator": "1" // Bold |
| 10 | }, |
| 11 | "constants": [ |
| 12 | "───────────────────────────" |
| 13 | ], |
| 14 | "key": { |
| 15 | "type": "both", |
| 16 | "paddingLeft": 4 |
| 17 | } |
| 18 | }, |
| 19 | "modules": [ |
| 20 | { |
| 21 | "type": "title", |
| 22 | "format": " {user-name-colored}{at-symbol-colored}{host-name-colored}" |
| 23 | }, |
| 24 | "break", |
| 25 | { |
| 26 | "type": "custom", |
| 27 | "format": "┌{$1} {#1}System Information{#} {$1}┐" |
| 28 | }, |
| 29 | "break", |
| 30 | { |
| 31 | "key": "OS ", |
| 32 | "keyColor": "red", |
| 33 | "type": "os" |
| 34 | }, |
| 35 | { |
| 36 | "key": "Machine ", |
| 37 | "keyColor": "green", |
| 38 | "type": "host" |
| 39 | }, |
| 40 | { |
| 41 | "key": "Kernel ", |
| 42 | "keyColor": "magenta", |
| 43 | "type": "kernel" |
| 44 | }, |
| 45 | { |
| 46 | "key": "Uptime ", |
| 47 | "keyColor": "red", |
| 48 | "type": "uptime" |
| 49 | }, |
| 50 | { |
| 51 | "key": "Resolution ", |
| 52 | "keyColor": "yellow", |
| 53 | "type": "display", |
| 54 | "compactType": "original-with-refresh-rate" |
| 55 | }, |
| 56 | { |
| 57 | "key": "WM ", |
| 58 | "keyColor": "blue", |
| 59 | "type": "wm" |
| 60 | }, |
| 61 | { |
| 62 | "key": "DE ", |
| 63 | "keyColor": "green", |
| 64 | "type": "de" |
| 65 | }, |
| 66 | { |
| 67 | "key": "Shell ", |
| 68 | "keyColor": "cyan", |
| 69 | "type": "shell" |
| 70 | }, |
| 71 | { |
| 72 | "key": "Terminal ", |
| 73 | "keyColor": "red", |
| 74 | "type": "terminal" |
| 75 | }, |
| 76 | { |
| 77 | "key": "CPU ", |
| 78 | "keyColor": "yellow", |
| 79 | "type": "cpu" |
| 80 | }, |
| 81 | { |
| 82 | "key": "GPU ", |
| 83 | "keyColor": "blue", |
| 84 | "type": "gpu" |
| 85 | }, |
| 86 | { |
| 87 | "key": "Memory ", |
| 88 | "keyColor": "magenta", |
| 89 | "type": "memory" |
| 90 | }, |
| 91 | { |
| 92 | "key": "Local IP ", |
| 93 | "keyColor": "red", |
| 94 | "type": "localip", |
| 95 | "compact": true |
| 96 | }, |
| 97 | { |
| 98 | "key": "Public IP ", |
| 99 | "keyColor": "cyan", |
| 100 | "type": "publicip", |
| 101 | "timeout": 1000 |
| 102 | }, |
| 103 | "break", |
| 104 | { |
| 105 | "type": "custom", |
| 106 | "format": "└{$1}────────────────────{$1}┘" |
| 107 | }, |
| 108 | "break", |
| 109 | { |
| 110 | "type": "colors", |
| 111 | "paddingLeft": 34, |
| 112 | "symbol": "circle" |
| 113 | } |
| 114 | ] |
| 115 | } |