mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "small",
|
|
"padding": {
|
|
"top": 1
|
|
}
|
|
},
|
|
"display": {
|
|
"separator": " "
|
|
},
|
|
"modules": [
|
|
"break",
|
|
"title",
|
|
{
|
|
"type": "os",
|
|
"key": "os ",
|
|
"keyColor": "red"
|
|
},
|
|
{
|
|
"type": "kernel",
|
|
"key": "kernel",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "host",
|
|
"format": "{vendor} {family}",
|
|
"key": "host ",
|
|
"keyColor": "yellow"
|
|
},
|
|
{
|
|
"type": "packages",
|
|
"key": "pkgs ",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "uptime",
|
|
"format": "{?days}{days}d {?}{hours}h {minutes}m",
|
|
"key": "uptime",
|
|
"keyColor": "magenta"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": "memory",
|
|
"keyColor": "cyan"
|
|
},
|
|
"break"
|
|
]
|
|
}
|