mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
116 lines
2.8 KiB
JSON
116 lines
2.8 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "none"
|
|
},
|
|
"display": {
|
|
"separator": "-> ",
|
|
"color": {
|
|
"separator": "1" // Bold
|
|
},
|
|
"constants": [
|
|
"───────────────────────────"
|
|
],
|
|
"key": {
|
|
"type": "both",
|
|
"paddingLeft": 4
|
|
}
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "title",
|
|
"format": " {user-name-colored}{at-symbol-colored}{host-name-colored}"
|
|
},
|
|
"break",
|
|
{
|
|
"type": "custom",
|
|
"format": "┌{$1} {#1}System Information{#} {$1}┐"
|
|
},
|
|
"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",
|
|
"timeout": 1000
|
|
},
|
|
"break",
|
|
{
|
|
"type": "custom",
|
|
"format": "└{$1}────────────────────{$1}┘"
|
|
},
|
|
"break",
|
|
{
|
|
"type": "colors",
|
|
"paddingLeft": 34,
|
|
"symbol": "circle"
|
|
}
|
|
]
|
|
}
|