mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
89 lines
2.0 KiB
JSON
89 lines
2.0 KiB
JSON
// Inspired by Catnap
|
|
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "small"
|
|
},
|
|
"display": {
|
|
"separator": "",
|
|
"key": {
|
|
"width": 15
|
|
}
|
|
},
|
|
"modules": [
|
|
{
|
|
// draw borders first to make colors of left and right border consistant
|
|
"key": " user",
|
|
"type": "title",
|
|
"format": "{user-name}",
|
|
"keyColor": "31"
|
|
},
|
|
{
|
|
"key": " hname",
|
|
"type": "title",
|
|
"format": "{host-name}",
|
|
"keyColor": "32"
|
|
|
|
},
|
|
{
|
|
"key": " uptime",
|
|
"type": "uptime",
|
|
"keyColor": "33"
|
|
},
|
|
{
|
|
"key": "{icon} distro",
|
|
"type": "os",
|
|
"keyColor": "34"
|
|
},
|
|
{
|
|
"key": " kernel",
|
|
"type": "kernel",
|
|
"keyColor": "35"
|
|
},
|
|
{
|
|
"key": " desktop",
|
|
"type": "de",
|
|
"keyColor": "36"
|
|
},
|
|
{
|
|
"key": " term",
|
|
"type": "terminal",
|
|
"keyColor": "31"
|
|
},
|
|
{
|
|
"key": " shell",
|
|
"type": "shell",
|
|
"keyColor": "32"
|
|
},
|
|
{
|
|
"key": " cpu",
|
|
"type": "cpu",
|
|
"showPeCoreCount": true,
|
|
"keyColor": "33"
|
|
},
|
|
{
|
|
"key": " disk",
|
|
"type": "disk",
|
|
"folders": "/",
|
|
"keyColor": "34"
|
|
},
|
|
{
|
|
"key": " memory",
|
|
"type": "memory",
|
|
"keyColor": "35"
|
|
},
|
|
{
|
|
"key": " network",
|
|
"type": "localip",
|
|
"format": "{ipv4} ({ifname})",
|
|
"keyColor": "36"
|
|
},
|
|
{
|
|
"key": " colors",
|
|
"type": "colors",
|
|
"symbol": "circle",
|
|
"keyColor": "39"
|
|
}
|
|
]
|
|
}
|