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" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,11 +14,11 @@
|
|||||||
{ "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": "┠ display", "type": "display" },
|
||||||
{ "key": "┠ de", "type": "de" },
|
{ "key": "┠ de", "type": "de" },
|
||||||
{ "key": "┠ wm", "type": "wm" },
|
{ "key": "┠ wm", "type": "wm" },
|
||||||
{ "key": "┠ font", "type": "terminalfont" },
|
{ "key": "┠ font", "type": "terminalfont" },
|
||||||
{ "key": "┠ shell", "type": "shell" },
|
|
||||||
{ "key": "┖ terminal", "type": "terminal" },
|
{ "key": "┖ terminal", "type": "terminal" },
|
||||||
{ "type": "break" },
|
{ "type": "break" },
|
||||||
{ "key": " cpu", "type": "cpu" },
|
{ "key": " cpu", "type": "cpu" },
|
||||||
@@ -26,6 +26,8 @@
|
|||||||
{ "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