fastfetch: redo

This commit is contained in:
frosty 2024-08-25 01:54:41 -04:00
parent 0d9e9df555
commit 888da63c54

View file

@ -1,25 +1,38 @@
{ {
"$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",
"modules": [ "modules": [
"title", "title",
"separator", "separator",
"os", {
"host", "type": "os",
"kernel", "format": "{3}"
"uptime", },
"packages", {
"shell", "type": "host",
"display", "format": "{2}"
"de", },
"wm", {
"wmtheme", "type": "kernel",
"cursor", "format": "{2}"
"terminal", },
"terminalfont", "uptime",
"cpu", {
"gpu", "type": "packages",
"memory", "format": "{1}"
"break", },
"colors" {
] "type": "shell",
"format": "{1}"
},
"display",
"wm",
"terminal",
"cpu",
"gpu",
"memory",
"swap",
"disk",
"break",
"colors"
]
} }