tweak fastfetch to include a little more information

This commit is contained in:
2025-05-26 18:29:09 +02:00
parent 74f424a732
commit 9e4ed36c74

View File

@@ -3,7 +3,6 @@
"modules": [ "modules": [
"title", "title",
"separator", "separator",
"break",
// os-related // os-related
"os", "os",
"kernel", "kernel",
@@ -13,14 +12,13 @@
"bootmgr", "bootmgr",
"host", "host",
"break", "break",
// hardware info // hardware info
"cpu", "cpu",
"gpu", "gpu",
"memory", "memory",
"board", "board",
"disk",
"break", "break",
// user-interface // user-interface
"de", "de",
"wm", "wm",
@@ -28,7 +26,8 @@
"cursor", "cursor",
"icons", "icons",
"theme", "theme",
"terminal" "terminal",
"locale"
], ],
"display": { "display": {
"color": "yellow" "color": "yellow"