27 lines
499 B
JSON
27 lines
499 B
JSON
// Load with --config examples/5.jsonc
|
|
|
|
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"display": {
|
|
"color": "magenta"
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "theme",
|
|
"key": "T"
|
|
},
|
|
{
|
|
"type": "icons",
|
|
"key": "I"
|
|
},
|
|
{
|
|
"type": "font",
|
|
"key": "F"
|
|
},
|
|
{
|
|
"type": "cursor",
|
|
"key": "C"
|
|
}
|
|
]
|
|
}
|