diff --git a/presets/examples/11.jsonc b/presets/examples/11.jsonc new file mode 100644 index 000000000..13215add1 --- /dev/null +++ b/presets/examples/11.jsonc @@ -0,0 +1,38 @@ +{ + "$schema": "file:///C:/msys64/home/zhang/fastfetch/doc/json_schema.json", + "logo": { + "type": "small" + }, + "display": { + "percentType": 9, + "separator": "\u001b[31m-> " + }, + "modules": [ + { + "key": "Distro ", + "type": "os" + }, + { + "key": "Shell ", + "type": "shell" + }, + { + "key": "Terminal ", + "type": "terminal" + }, + { + "key": "Display ", + "type": "display" + }, + { + "key": "Backlight ", + "type": "brightness" + }, + "break", + { + "type": "colors", + "paddingLeft": 6, + "symbol": "circle" + } + ] +}