.../.config/fastfetch/config.jsonc
2025-10-20 23:27:25 -03:00

44 lines
752 B
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"break",
{
"type": "kernel",
"key": "system"
},
{
"type": "uptime",
"key": "uptime"
},
{
"type": "packages",
"key": "bloatware"
},
{
"type": "wm",
"key": "compositor"
},
{
"type": "cpu",
"key": "cpu"
},
{
"type": "gpu",
"key": "gpu"
}
],
"logo": {
"type": "small",
"color": {
"1": "#9e9b93"
}
},
"display": {
"separator": " ", // Separator between keys and values
"color": {
"keys": "#9e9b93", // Key color
"title": "#9e9b93" // Title color
}
}
}