mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "small"
|
|
},
|
|
"display": {
|
|
"separator": " ",
|
|
"color": {
|
|
"keys": "magenta"
|
|
},
|
|
"sizeNdigits": 0,
|
|
"sizeMaxPrefix": "MB",
|
|
"percentType": 9
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "title",
|
|
"color": {
|
|
"user": "green",
|
|
"at": "red",
|
|
"host": "blue"
|
|
}
|
|
},
|
|
{
|
|
"type": "os",
|
|
"key": "",
|
|
"format": "{2} {8}"
|
|
},
|
|
{
|
|
"type": "kernel",
|
|
"key": ""
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": ""
|
|
},
|
|
{
|
|
"type": "packages",
|
|
"key": ""
|
|
},
|
|
{
|
|
"type": "uptime",
|
|
"key": ""
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"key": "",
|
|
"format": "\u001b[31m███\u001b[32m███\u001b[33m███\u001b[34m███\u001b[35m███\u001b[36m███"
|
|
}
|
|
]
|
|
}
|