initial commit

This commit is contained in:
laura 2025-10-20 23:27:25 -03:00
commit d3f34301de
Signed by: w
GPG key ID: BCD2117C99E69817
10 changed files with 1181 additions and 0 deletions

View file

@ -0,0 +1,44 @@
{
"$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
}
}
}