So many updates that I don't remember what I did since the last commit

This commit is contained in:
Gu://em_ 2025-05-04 23:53:29 +02:00
parent ec120f92ce
commit 7c718c80dc
21 changed files with 991 additions and 18 deletions

View file

@ -0,0 +1,33 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "auto", // Logo type: auto, builtin, small, file, etc.
"source": "/home/guillm/.config/fastfetch/logo.png"
},
"modules": [
"title",
"separator",
"os",
"kernel",
"packages",
"shell",
"break",
"display",
"de",
"wm",
"wmtheme",
"theme",
"terminal",
"break",
"cpu",
"gpu",
"memory",
"swap",
"disk",
"localip",
"battery",
"poweradapter",
"break",
"colors"
]
}