1
0

fastfetch default and workstation configs

This commit is contained in:
2026-05-22 20:55:18 +02:00
parent 83dd4f98d0
commit 520a1b2e66
3 changed files with 72 additions and 0 deletions
Binary file not shown.
+36
View File
@@ -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"
]
}
@@ -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"
]
}