fastfetch

This commit is contained in:
2025-08-11 00:05:45 +02:00
parent a0b3a7a672
commit cf71d331f4
2 changed files with 37 additions and 36 deletions

View File

@@ -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" }
] ]
} }

View File

@@ -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" }
] ]
} }