mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
29 lines
568 B
JSON
29 lines
568 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "small"
|
|
},
|
|
"display": {
|
|
"percentType": 6,
|
|
"keyWidth": 11,
|
|
"bar": {
|
|
"charElapsed": "=",
|
|
"charTotal": "-",
|
|
"width": 13
|
|
}
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
"memory",
|
|
"swap",
|
|
"disk",
|
|
"battery",
|
|
{
|
|
"type": "colors",
|
|
"paddingLeft": 11,
|
|
"symbol": "circle"
|
|
}
|
|
]
|
|
}
|