From 76424950e373d3b04ac3dd13019151bfba3e8423 Mon Sep 17 00:00:00 2001 From: sumuel Date: Mon, 17 Aug 2026 20:44:55 +0000 Subject: Add the files --- presets/examples/3.jsonc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 presets/examples/3.jsonc (limited to 'presets/examples/3.jsonc') diff --git a/presets/examples/3.jsonc b/presets/examples/3.jsonc new file mode 100644 index 0000000..4e9657e --- /dev/null +++ b/presets/examples/3.jsonc @@ -0,0 +1,24 @@ +// Load with --config examples/3.jsonc + +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "type": "small" + }, + "display": { + "size": { + "binaryPrefix": "si" + } + }, + "modules": [ + "vulkan", + "opengl", + "opencl", + "memory", + { + "type": "disk", + "folders": "/:/home:/boot:/efi" + }, + "localip" + ] +} -- cgit v1.2.3