diff options
Diffstat (limited to 'presets/examples/5.jsonc')
| -rw-r--r-- | presets/examples/5.jsonc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/presets/examples/5.jsonc b/presets/examples/5.jsonc new file mode 100644 index 0000000..32f8e2e --- /dev/null +++ b/presets/examples/5.jsonc @@ -0,0 +1,27 @@ +// Load with --config examples/5.jsonc + +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": null, + "display": { + "color": "magenta" + }, + "modules": [ + { + "type": "theme", + "key": "T" + }, + { + "type": "icons", + "key": "I" + }, + { + "type": "font", + "key": "F" + }, + { + "type": "cursor", + "key": "C" + } + ] +} |