addfastfetch configuration

This commit is contained in:
cswimr 2024-11-18 16:49:06 -05:00
parent 9f5bae49e4
commit 2efa77d291
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 35 additions and 13 deletions

24
config/fastfetch.jsonc Normal file
View file

@ -0,0 +1,24 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"display",
"de",
"wm",
"terminal",
"cpu",
"gpu",
"memory",
"swap",
"disk",
"break",
"colors"
]
}