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",
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"display",
"de",
"wm",
"wmtheme",
"cursor",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
"break",
"colors"
]
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
{
"type": "os",
"format": "{3}"
},
{
"type": "host",
"format": "{2}"
},
{
"type": "kernel",
"format": "{2}"
},
"uptime",
{
"type": "packages",
"format": "{1}"
},
{
"type": "shell",
"format": "{1}"
},
"display",
"wm",
"terminal",
"cpu",
"gpu",
"memory",
"swap",
"disk",
"break",
"colors"
]
}