| 1 | // Load with --load-config examples/2.jsonc |
| 2 | // Note that you must replace the image path to an existing image to display it. |
| 3 | |
| 4 | { |
| 5 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", |
| 6 | "display": { |
| 7 | "separator": " " |
| 8 | }, |
| 9 | "modules": [ |
| 10 | { |
| 11 | "type": "host", |
| 12 | "key": "╭─", |
| 13 | "keyColor": "green" |
| 14 | }, |
| 15 | { |
| 16 | "type": "cpu", |
| 17 | "key": "├─", |
| 18 | "keyColor": "green" |
| 19 | }, |
| 20 | { |
| 21 | "type": "gpu", |
| 22 | "key": "├─", |
| 23 | "keyColor": "green" |
| 24 | }, |
| 25 | { |
| 26 | "type": "disk", |
| 27 | "key": "├─", |
| 28 | "keyColor": "green" |
| 29 | }, |
| 30 | { |
| 31 | "type": "memory", |
| 32 | "key": "├─", |
| 33 | "keyColor": "green" |
| 34 | }, |
| 35 | { |
| 36 | "type": "swap", |
| 37 | "key": "├─", |
| 38 | "keyColor": "green" |
| 39 | }, |
| 40 | { |
| 41 | "type": "display", |
| 42 | "key": "├─", |
| 43 | "keyColor": "green" |
| 44 | }, |
| 45 | { |
| 46 | "type": "brightness", |
| 47 | "key": "├─", |
| 48 | "keyColor": "green" |
| 49 | }, |
| 50 | { |
| 51 | "type": "battery", |
| 52 | "key": "├─", |
| 53 | "keyColor": "green" |
| 54 | }, |
| 55 | { |
| 56 | "type": "poweradapter", |
| 57 | "key": "├─", |
| 58 | "keyColor": "green" |
| 59 | }, |
| 60 | { |
| 61 | "type": "gamepad", |
| 62 | "key": "├─", |
| 63 | "keyColor": "green" |
| 64 | }, |
| 65 | { |
| 66 | "type": "bluetooth", |
| 67 | "key": "├─", |
| 68 | "keyColor": "green" |
| 69 | }, |
| 70 | { |
| 71 | "type": "sound", |
| 72 | "key": "╰─", |
| 73 | "keyColor": "green" |
| 74 | }, |
| 75 | "break", |
| 76 | |
| 77 | { |
| 78 | "type": "shell", |
| 79 | "key": "╭─", |
| 80 | "keyColor": "yellow" |
| 81 | }, |
| 82 | { |
| 83 | "type": "terminal", |
| 84 | "key": "├─", |
| 85 | "keyColor": "yellow" |
| 86 | }, |
| 87 | { |
| 88 | "type": "terminalfont", |
| 89 | "key": "├─", |
| 90 | "keyColor": "yellow" |
| 91 | }, |
| 92 | { |
| 93 | "type": "lm", |
| 94 | "key": "├─", |
| 95 | "keyColor": "yellow" |
| 96 | }, |
| 97 | { |
| 98 | "type": "de", |
| 99 | "key": "├─", |
| 100 | "keyColor": "yellow" |
| 101 | }, |
| 102 | { |
| 103 | "type": "wm", |
| 104 | "key": "├─", |
| 105 | "keyColor": "yellow" |
| 106 | }, |
| 107 | { |
| 108 | "type": "theme", |
| 109 | "key": "├─", |
| 110 | "keyColor": "yellow" |
| 111 | }, |
| 112 | { |
| 113 | "type": "icons", |
| 114 | "key": "├─", |
| 115 | "keyColor": "yellow" |
| 116 | }, |
| 117 | { |
| 118 | "type": "wallpaper", |
| 119 | "key": "╰─", |
| 120 | "keyColor": "yellow" |
| 121 | }, |
| 122 | "break", |
| 123 | |
| 124 | { |
| 125 | "type": "title", |
| 126 | "key": "╭─", |
| 127 | "format": "{user-name}@{host-name}", |
| 128 | "keyColor": "blue" |
| 129 | }, |
| 130 | { |
| 131 | "type": "os", |
| 132 | "key": "├─{icon}", // Just get your distro's logo off nerdfonts.com |
| 133 | "keyColor": "blue" |
| 134 | }, |
| 135 | { |
| 136 | "type": "kernel", |
| 137 | "key": "├─", |
| 138 | "keyColor": "blue" |
| 139 | }, |
| 140 | { |
| 141 | "type": "packages", |
| 142 | "key": "├─", |
| 143 | "keyColor": "blue" |
| 144 | }, |
| 145 | { |
| 146 | "type": "uptime", |
| 147 | "key": "├─", |
| 148 | "keyColor": "blue" |
| 149 | }, |
| 150 | { |
| 151 | "type": "media", |
| 152 | "key": "├─", |
| 153 | "keyColor": "blue" |
| 154 | }, |
| 155 | { |
| 156 | "type": "localip", |
| 157 | "key": "├─", |
| 158 | "compact": true, |
| 159 | "keyColor": "blue" |
| 160 | }, |
| 161 | { |
| 162 | "type": "publicip", |
| 163 | "key": "├─", |
| 164 | "keyColor": "blue", |
| 165 | "timeout": 1000 |
| 166 | }, |
| 167 | { |
| 168 | "type": "wifi", |
| 169 | "key": "├─", |
| 170 | "format": "{ssid}", |
| 171 | "keyColor": "blue" |
| 172 | }, |
| 173 | { |
| 174 | "type": "locale", |
| 175 | "key": "╰─", |
| 176 | "keyColor": "blue" |
| 177 | } |
| 178 | ] |
| 179 | } |