55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
// Inspired by microfetch
|
|
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"general": {
|
|
"detectVersion": false
|
|
},
|
|
"display": {
|
|
"separator": " ",
|
|
"brightColor": false,
|
|
"key": {
|
|
"type": "both-2"
|
|
}
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "title",
|
|
"format": "{user-name-colored}{#light_red}@{host-name-colored} {#}{cwd}"
|
|
},
|
|
{
|
|
"type": "os",
|
|
"key": "System "
|
|
},
|
|
{
|
|
"type": "kernel",
|
|
"key": "Kernel "
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"key": "Shell "
|
|
},
|
|
{
|
|
"type": "uptime",
|
|
"key": "Uptime "
|
|
},
|
|
{
|
|
"type": "wm",
|
|
"key": "Desktop "
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": "Memory "
|
|
},
|
|
{
|
|
"type": "disk",
|
|
"key": "Storage (/) ",
|
|
"folders": "/"
|
|
},
|
|
{
|
|
"type": "colors",
|
|
"key": "Colors ",
|
|
"symbol": "circle"
|
|
}
|
|
]
|
|
}
|