Files
fastfetch/presets/examples/9.jsonc
T

41 lines
782 B
JSON
Raw Normal View History

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
},
"percent": {
"type": 2
2023-08-16 16:46:21 +08:00
}
},
"modules": [
"title",
"separator",
"memory",
"swap",
{
"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",
"paddingLeft": 10,
2023-08-16 16:46:21 +08:00
"symbol": "circle"
}
]
}