fastfetch: colorful output
This commit is contained in:
@@ -1,25 +1,19 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"display": {
|
||||
"key": {
|
||||
"width": 13
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
{ "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" }
|
||||
{ "type": "title", "outputColor": "keys" },
|
||||
{ "type": "separator" },
|
||||
{ "key": " os", "type": "os", "outputColor": "#f5e0dc", "keyColor": "#f5e0dc" },
|
||||
{ "key": "└ kernel", "type": "kernel", "outputColor": "#f2cdcd", "keyColor": "#f2cdcd" },
|
||||
{ "type": "separator" },
|
||||
{ "key": " host", "type": "host", "outputColor": "#eba0ac", "keyColor": "#eba0ac" },
|
||||
{ "key": "├ gpu", "type": "gpu", "outputColor": "#f9e2af", "keyColor": "#f9e2af", "format": "{vendor} {name}" },
|
||||
{ "key": "└ cpu", "type": "cpu", "outputColor": "#fab387", "keyColor": "#fab387", "format": "{name}" },
|
||||
{ "type": "separator" },
|
||||
{ "key": " shell", "type": "shell", "outputColor": "#89dceb", "keyColor": "#89dceb" },
|
||||
{ "key": "├ wm", "type": "wm", "outputColor": "#74c7ec", "keyColor": "#74c7ec" },
|
||||
{ "key": "├ de", "type": "de", "outputColor": "#89b4fa", "keyColor": "#89b4fa" },
|
||||
{ "key": "└ up", "type": "uptime", "outputColor": "#b4befe", "keyColor": "#b4befe" },
|
||||
{ "type": "break" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user