Add fastfetch config

This commit is contained in:
Lucas Barbieri 2024-06-10 12:28:10 -03:00
parent 6323117f3e
commit 39be7dac0b
3 changed files with 109 additions and 0 deletions

View File

@ -0,0 +1 @@
logo.jsonc

View File

@ -0,0 +1,66 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "~/pics/anime.jpg",
"type": "sixel",
"width": 30,
"padding": {
"top": 2,
"right": 6,
},
},
"display": {
"separator": " • ",
},
"modules": [
"break",
"break",
{
"type": "title",
"color": {
"user": "32",
"at": "37",
"host": "32",
},
},
"break",
{
"type": "os",
"key": "distribution ",
"keyColor": "33",
},
{
"type": "kernel",
"key": "linux kernel ",
"keyColor": "33",
},
{
"type": "packages",
"key": "packages ",
"keyColor": "33",
},
{
"type": "shell",
"key": "unix shell ",
"keyColor": "33",
},
{
"type": "terminal",
"key": "terminal ",
"keyColor": "33",
},
{
"type": "wm",
"format": "{}",
"key": "window manager ",
"keyColor": "33",
},
"break",
{
"type": "colors",
"symbol": "circle",
},
"break",
"break",
],
}

View File

@ -0,0 +1,42 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": null,
"display": {
"separator": " ",
},
"modules": [
"break",
{
"type": "os",
"key": "OS ",
"keyColor": "31",
},
{
"type": "kernel",
"key": "KER ",
"keyColor": "32",
},
{
"type": "packages",
"key": "PKG ",
"keyColor": "33",
},
{
"type": "shell",
"key": "SH ",
"keyColor": "34",
},
{
"type": "terminal",
"key": "TER ",
"keyColor": "35",
},
{
"type": "wm",
"format": "{}",
"key": "WM ",
"keyColor": "36",
},
"break",
],
}