add fastfetch

This commit is contained in:
Octopus Octopus 2024-05-04 16:50:44 -05:00
parent a827de9117
commit 29b0e6277e
1 changed files with 34 additions and 0 deletions

34
fastfetch/config.jsonc Normal file
View File

@ -0,0 +1,34 @@
{
"$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",
"wmtheme",
"theme",
"icons",
"font",
"cursor",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
// "swap",
// "disk",
// "localip",
"battery",
"poweradapter",
// "locale",
"break",
"colors"
]
}