sys-config/modules/home/cliPrograms/fastfetch/config.jsonc
2024-12-23 19:49:03 +01:00

42 lines
No EOL
793 B
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"padding": {
"top": 2
}
},
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"editor",
"wm",
"theme",
"font",
"terminal",
{
"type": "display"
},
{
"type": "cpu",
"showPeCoreCount": true
},
{
"type": "gpu",
"driverSpecific": true
},
"memory",
"physicalmemory",
"poweradapter",
"player",
"bluetooth",
"gamepad",
"break",
"colors"
]
}