feat(fastfetch): add my cool fastfetch config ❤️

This commit is contained in:
João Dias
2024-11-17 16:09:47 -03:00
parent fb57daa33d
commit cd0bdc50c9
+64
View File
@@ -0,0 +1,64 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"padding": {
"top": 3,
"bottom": 3,
"left": 1
},
"type": "small",
"width": 32
},
"general": {},
"modules": [
"title",
"separator",
{
"type": "command",
"key": "󰌽 ",
"shell": "/bin/sh",
"param": "-c",
"text": "DISTRO_NAME=$(uname -n); echo \"${DISTRO_NAME^} $(uname -r)\"",
"format": "{1}"
},
{
"type": "uptime",
"key": " "
},
{
"type": "packages",
"key": " "
},
{
"type": "shell",
"key": " "
},
{
"type": "wm",
"key": " "
},
{
"type": "terminal",
"key": " "
},
{
"type": "cpu",
"key": " "
},
{
"type": "gpu",
"key": "󰹑 "
},
{
"type": "memory",
"key": " "
},
{
"type": "disk",
"key": " "
},
"battery",
"break",
"colors"
]
}