Files
dotfiles/.config/fastfetch/config.jsonc
2024-08-30 23:30:20 +02:00

49 lines
716 B
JSON
Executable File

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "builtin",
"color": {
"1": "35",
"2": "95"
},
"padding": {
"top": 2,
"left": 2
}
},
"modules": [
"title",
"separator",
"host",
"bios",
"os",
"kernel",
"packages",
"uptime",
"shell",
"separator",
"lm",
"de",
"wm",
"wmtheme",
"font",
"terminal",
"terminalfont",
"separator",
"display",
"cpu",
"memory",
"swap",
"gpu",
"opencl",
"opengl",
"vulkan",
{
"type": "disk",
"showReadOnly": true
},
"battery",
"break",
"colors"
]
}