fastfetch
This commit is contained in:
@@ -10,15 +10,14 @@
|
|||||||
{ "type": "separator" },
|
{ "type": "separator" },
|
||||||
{ "key": " os", "type": "os" },
|
{ "key": " os", "type": "os" },
|
||||||
{ "key": "┠ kernel", "type": "kernel" },
|
{ "key": "┠ kernel", "type": "kernel" },
|
||||||
{ "key": "┠ cpu", "type": "cpu" },
|
{ "key": "┠ cpu", "type": "cpu", "format": "{name}" },
|
||||||
{ "key": "┠ gpu", "type": "gpu" },
|
{ "key": "┠ gpu", "type": "gpu", "format": "{vendor} {name}" },
|
||||||
{ "key": "┖ host", "type": "host" },
|
{ "key": "┖ host", "type": "host" },
|
||||||
{ "type": "break" },
|
{ "type": "break" },
|
||||||
{ "key": " wm", "type": "wm" },
|
{ "key": " shell", "type": "shell" },
|
||||||
{ "key": "┠ de", "type": "de" },
|
|
||||||
{ "key": "┠ shell", "type": "shell" },
|
|
||||||
{ "key": "┠ terminal", "type": "terminal" },
|
{ "key": "┠ terminal", "type": "terminal" },
|
||||||
{ "key": "┖ uptime", "type": "uptime" },
|
{ "key": "┠ wm", "type": "wm" },
|
||||||
{ "type": "break" }
|
{ "key": "┠ de", "type": "de" },
|
||||||
|
{ "key": "┖ uptime", "type": "uptime" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,31 +1,33 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
"display": {
|
"display": {
|
||||||
"key": {
|
"key": {
|
||||||
// "width": 14
|
// "width": 14
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
{ "type": "title" },
|
{ "type": "title" },
|
||||||
{ "type": "separator" },
|
{ "type": "separator" },
|
||||||
{ "key": " os", "type": "os" },
|
{ "key": " os", "type": "os" },
|
||||||
{ "key": "┠ host", "type": "host" },
|
{ "key": "┠ host", "type": "host" },
|
||||||
{ "key": "┠ kernel", "type": "kernel" },
|
{ "key": "┠ kernel", "type": "kernel" },
|
||||||
{ "key": "┠ uptime", "type": "uptime" },
|
{ "key": "┠ uptime", "type": "uptime" },
|
||||||
{ "key": "┖ packages", "type": "packages" },
|
{ "key": "┖ packages", "type": "packages" },
|
||||||
{ "type": "break" },
|
{ "type": "break" },
|
||||||
{ "key": " display", "type": "display" },
|
{ "key": " shell", "type": "shell" },
|
||||||
{ "key": "┠ de", "type": "de" },
|
{ "key": "┠ display", "type": "display" },
|
||||||
{ "key": "┠ wm", "type": "wm" },
|
{ "key": "┠ de", "type": "de" },
|
||||||
{ "key": "┠ font", "type": "terminalfont" },
|
{ "key": "┠ wm", "type": "wm" },
|
||||||
{ "key": "┠ shell", "type": "shell" },
|
{ "key": "┠ font", "type": "terminalfont" },
|
||||||
{ "key": "┖ terminal", "type": "terminal" },
|
{ "key": "┖ terminal", "type": "terminal" },
|
||||||
{ "type": "break" },
|
{ "type": "break" },
|
||||||
{ "key": " cpu", "type": "cpu" },
|
{ "key": " cpu", "type": "cpu" },
|
||||||
{ "key": "┠ gpu", "type": "gpu" },
|
{ "key": "┠ gpu", "type": "gpu" },
|
||||||
{ "key": "┠ memory", "type": "memory" },
|
{ "key": "┠ memory", "type": "memory" },
|
||||||
{ "key": "┠ disk", "type": "disk" },
|
{ "key": "┠ disk", "type": "disk" },
|
||||||
{ "key": "┠ localip", "type": "localip" },
|
{ "key": "┠ localip", "type": "localip" },
|
||||||
{ "key": "┖ publicip", "type": "publicip" }
|
{ "key": "┖ publicip", "type": "publicip" },
|
||||||
]
|
{ "type": "break" },
|
||||||
|
{ "type": "colors" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user