1
0

compact fastfetch for laptop

This commit is contained in:
2026-05-29 12:29:51 +02:00
parent 3048846def
commit 78a9f53338
2 changed files with 38 additions and 2 deletions
+2 -2
View File
@@ -9,9 +9,9 @@
// "host",
// "kernel",
"uptime",
// "packages",
"packages",
"shell",
// "display",
"display",
"de",
{"type": "wm", "format": "{pretty-name}"},
// "wmtheme",
@@ -0,0 +1,36 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {"type": "small"},
"general": {"detectVersion": false},
"modules": [
"title",
// "separator",
{"type": "os", "format": "{name}"},
// "host",
// "kernel",
// "uptime",
// "packages",
// "shell",
// "display",
"de",
{"type": "wm", "format": "{pretty-name}"},
// "wmtheme",
// "theme",
// "icons",
// "font",
// "cursor",
// "terminal",
// "terminalfont",
"cpu",
// "gpu",
"memory",
"swap",
"disk",
"localip",
"battery",
"poweradapter"
// "locale",
// "break",
// "colors"
]
}