fastfetch
This commit is contained in:
@@ -2,22 +2,24 @@
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"display": {
|
||||
"key": {
|
||||
// "width": 14
|
||||
"width": 13
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
{ "type": "title" },
|
||||
{ "type": "separator" },
|
||||
{ "key": " os", "type": "os" },
|
||||
{ "key": "┠ kernel", "type": "kernel" },
|
||||
{ "key": "┠ cpu", "type": "cpu", "format": "{name}" },
|
||||
{ "key": "┠ gpu", "type": "gpu", "format": "{vendor} {name}" },
|
||||
{ "key": "┖ host", "type": "host" },
|
||||
{ "type": "break" },
|
||||
{ "key": " shell", "type": "shell" },
|
||||
{ "key": "┠ terminal", "type": "terminal" },
|
||||
{ "key": "┠ wm", "type": "wm" },
|
||||
{ "key": "┠ de", "type": "de" },
|
||||
{ "key": "┖ uptime", "type": "uptime" }
|
||||
{ "format": " ╔══════════════════════════════════", "type": "custom", "outputColor": "keys" },
|
||||
{ "format": " ║ {user-name}@{host-name}", "type": "title", "outputColor": "keys" },
|
||||
{ "format": " ║ ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌", "type": "custom", "outputColor": "keys" },
|
||||
{ "key": " ║ os", "type": "os" },
|
||||
{ "key": " ║ kernel", "type": "kernel" },
|
||||
{ "format": "┌─╨─────────────────────────────────────", "type": "custom", "outputColor": "keys" },
|
||||
{ "key": "│ host", "type": "host", "keyWidth": 9 },
|
||||
{ "key": "│ cpu", "type": "cpu", "format": "{name}", "keyWidth": 9 },
|
||||
{ "key": "│ gpu", "type": "gpu", "format": "{vendor} {name}", "keyWidth": 9 },
|
||||
{ "format": "└─╥─────────────────────────────────────", "type": "custom", "outputColor": "keys" },
|
||||
{ "key": " ║ shell", "type": "shell" },
|
||||
{ "key": " ║ wm", "type": "wm" },
|
||||
{ "key": " ║ de", "type": "de" },
|
||||
{ "key": " ║ uptime", "type": "uptime" },
|
||||
{ "format": " ╚══════════════════════════════════", "type": "custom", "outputColor": "keys" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user