mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
47 lines
950 B
JSON
47 lines
950 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": "none",
|
|
"display": {
|
|
"color": "yellow",
|
|
"key": {
|
|
"width": 13,
|
|
},
|
|
"bar": {
|
|
"char": {
|
|
"elapsed": "■"
|
|
},
|
|
"charTotal": "-",
|
|
"width": 12,
|
|
},
|
|
"percent": {
|
|
"type": 3,
|
|
},
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"break",
|
|
"memory",
|
|
"swap",
|
|
{
|
|
"type": "disk",
|
|
"folders": "/",
|
|
},
|
|
"break",
|
|
{
|
|
"type": "battery",
|
|
"key": "Battery",
|
|
},
|
|
{
|
|
"type": "brightness",
|
|
"key": "Brightness",
|
|
},
|
|
{
|
|
"type": "sound",
|
|
"format": "{5} ({3}) [{2}]",
|
|
},
|
|
{
|
|
"type": "wifi",
|
|
"format": "{11} ({7}) [{10} - {4}]",
|
|
},
|
|
],
|
|
}
|