.config/fastfetch/fastfetch.jsonc aktualisiert

This commit is contained in:
Tim
2026-05-14 09:55:24 +00:00
parent 6a83b7ec09
commit 378cff0bcf
+35 -33
View File
@@ -1,66 +1,68 @@
{ "$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",
"logo": { "logo": {
"type": "small", "type": "small",
"position": "top", "position": "top",
"padding": { "padding": { "top": 1, "bottom": 0 }
"top": 1,
"bottom": 0
}
}, },
"display": { "display": {
"separator": " -> ", "separator": " -> ",
"color": { "key": { "type": "both" }
"separator": "1"
},
"key": {
"type": "both",
"paddingLeft": 0
}
}, },
"modules": [ "modules": [
{ {
"type": "custom", "type": "title",
"format": "┌───────── {#1}System Information{#} ─────────┐" "format": "┌───────────── \u001b[1;38;5;48m{user-name}\u001b[0;37m@\u001b[1;38;5;1m{host-name}\u001b[0m ────────────┐"
}, },
{ {
"type": "os", "type": "os",
"key": " OS ", "key": "\u001b[38;5;1m OS ",
"keyColor": "red", "keyColor": "reset_"
}, },
{ {
"type": "host", "type": "host",
"key": " Machine", "key": "\u001b[38;5;93m Machine",
"keyColor": "green" "keyColor": "reset_"
},
{
"type": "kernel",
"key": " Kernel ",
"keyColor": "magenta"
}, },
{ {
"type": "uptime", "type": "uptime",
"key": " Uptime ", "key": "\u001b[38;5;51m Uptime ",
"keyColor": "red" "keyColor": "reset_"
},
{
"type": "kernel",
"key": "\u001b[38;5;206m Kernel ",
"keyColor": "reset_"
}, },
{ {
"type": "shell", "type": "shell",
"key": " Shell ", "key": "\u001b[38;5;192m Shell ",
"keyColor": "cyan" "keyColor": "reset_"
}, },
{ {
"type": "cpu", "type": "cpu",
"key": " CPU ", "key": "\u001b[38;5;57m CPU ",
"keyColor": "yellow" "keyColor": "reset_"
},
{
"type": "disk",
"key": "\u001b[38;5;46m Disk ",
"keyColor": "reset_"
}, },
{ {
"type": "memory", "type": "memory",
"key": " Memory ", "key": "\u001b[38;5;119m Memory ",
"keyColor": "magenta" "keyColor": "reset_"
}, },
{ {
"type": "swap", "type": "swap",
"key": " Swap ", "key": "\u001b[38;5;48m Swap ",
"keyColor": "magenta" "keyColor": "reset_"
},
{
"type": "localip",
"key": "\u001b[38;5;226m IP ",
"keyColor": "reset_"
}, },
{ {
"type": "custom", "type": "custom",