mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
396d20f2da
Fix #792
105 lines
3.0 KiB
JSON
105 lines
3.0 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "none"
|
|
},
|
|
"display": {
|
|
"separator": "-> "
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "title",
|
|
"format": " {6}{7}{8}"
|
|
},
|
|
"break",
|
|
{
|
|
"type": "custom",
|
|
"format": "┌───────────────────────────── \u001b[1mSystem Information\u001b[0m ─────────────────────────────┐" // `\u001b` is `\033`, or `\e`
|
|
},
|
|
"break",
|
|
{
|
|
"key": " OS ",
|
|
"keyColor": "red",
|
|
"type": "os"
|
|
},
|
|
{
|
|
"key": " Machine ",
|
|
"keyColor": "green",
|
|
"type": "host"
|
|
},
|
|
{
|
|
"key": " Kernel ",
|
|
"keyColor": "magenta",
|
|
"type": "kernel"
|
|
},
|
|
{
|
|
"key": " Uptime ",
|
|
"keyColor": "red",
|
|
"type": "uptime"
|
|
},
|
|
{
|
|
"key": " Resolution ",
|
|
"keyColor": "yellow",
|
|
"type": "display",
|
|
"compactType": "original-with-refresh-rate"
|
|
},
|
|
{
|
|
"key": " WM ",
|
|
"keyColor": "blue",
|
|
"type": "wm"
|
|
},
|
|
{
|
|
"key": " DE ",
|
|
"keyColor": "green",
|
|
"type": "de"
|
|
},
|
|
{
|
|
"key": " Shell ",
|
|
"keyColor": "cyan",
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"key": " Terminal ",
|
|
"keyColor": "red",
|
|
"type": "terminal"
|
|
},
|
|
{
|
|
"key": " CPU ",
|
|
"keyColor": "yellow",
|
|
"type": "cpu"
|
|
},
|
|
{
|
|
"key": " GPU ",
|
|
"keyColor": "blue",
|
|
"type": "gpu"
|
|
},
|
|
{
|
|
"key": " Memory ",
|
|
"keyColor": "magenta",
|
|
"type": "memory"
|
|
},
|
|
{
|
|
"key": " Local IP ",
|
|
"keyColor": "red",
|
|
"type": "localip",
|
|
"compact": true
|
|
},
|
|
{
|
|
"key": " Public IP ",
|
|
"keyColor": "cyan",
|
|
"type": "publicip"
|
|
},
|
|
"break",
|
|
{
|
|
"type": "custom",
|
|
"format": "└──────────────────────────────────────────────────────────────────────────────┘" // `\u001b` is `\033`, or `\e`
|
|
},
|
|
"break",
|
|
{
|
|
"type": "colors",
|
|
"paddingLeft": 34,
|
|
"symbol": "circle"
|
|
}
|
|
]
|
|
}
|