47 lines
734 B
JSON
47 lines
734 B
JSON
// Config for `fastfetch`
|
|
//
|
|
// See: https://github.com/fastfetch-cli/fastfetch
|
|
|
|
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
|
|
"logo": {
|
|
"type": "small",
|
|
"padding": {
|
|
"top": 1,
|
|
"right": 4
|
|
}
|
|
},
|
|
|
|
"display": {
|
|
"separator": " ",
|
|
"key": {
|
|
"width": 12
|
|
}
|
|
},
|
|
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
|
|
"os",
|
|
"kernel",
|
|
"uptime",
|
|
"packages",
|
|
"shell",
|
|
|
|
"break",
|
|
|
|
"cpu",
|
|
"memory",
|
|
{
|
|
"type": "disk",
|
|
"folders": "/"
|
|
},
|
|
"localip",
|
|
|
|
"break",
|
|
|
|
"colors"
|
|
]
|
|
}
|