dotfiles/.config/fastfetch/config.jsonc

39 lines
493 B
Plaintext
Raw Normal View History

2024-08-01 16:03:25 -04:00
{
2024-08-25 01:54:41 -04:00
"$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"
]
2024-08-01 16:03:25 -04:00
}