2023-08-16 16:46:21 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
|
|
|
"logo": {
|
|
|
|
|
"type": "small"
|
|
|
|
|
},
|
|
|
|
|
"display": {
|
2024-07-24 16:25:16 +08:00
|
|
|
"key": {
|
|
|
|
|
"width": 11
|
|
|
|
|
},
|
2023-08-16 16:46:21 +08:00
|
|
|
"bar": {
|
2025-08-01 16:05:53 +08:00
|
|
|
"char": {
|
|
|
|
|
"elapsed": "=",
|
|
|
|
|
"total": "-"
|
|
|
|
|
},
|
2023-08-16 16:46:21 +08:00
|
|
|
"width": 13
|
2024-06-06 16:12:21 +08:00
|
|
|
},
|
|
|
|
|
"percent": {
|
|
|
|
|
"type": 2
|
2023-08-16 16:46:21 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"modules": [
|
|
|
|
|
"title",
|
|
|
|
|
"separator",
|
|
|
|
|
"memory",
|
|
|
|
|
"swap",
|
2024-06-06 16:12:21 +08:00
|
|
|
{
|
|
|
|
|
"type": "disk",
|
|
|
|
|
"folders": "/"
|
|
|
|
|
},
|
2024-09-11 13:35:05 +08:00
|
|
|
{
|
|
|
|
|
"type": "battery",
|
|
|
|
|
"key": "Battery"
|
|
|
|
|
},
|
2023-08-16 16:46:21 +08:00
|
|
|
{
|
|
|
|
|
"type": "colors",
|
2024-06-06 16:12:21 +08:00
|
|
|
"paddingLeft": 10,
|
2023-08-16 16:46:21 +08:00
|
|
|
"symbol": "circle"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|