feat: added fastfetch config

This commit is contained in:
2025-06-02 16:16:14 +02:00
parent 5c5c19175a
commit e2e7352d05

View File

@@ -0,0 +1,43 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"separator": " ",
"key": {
"type": "icon"
}
},
"modules": [
{ "type": "title", "format": " {user-name-colored}  {host-name-colored}" },
"separator",
{ "type": "os", "keyIcon": "" },
{ "type": "host", "keyIcon": "" },
{ "type": "kernel", "keyIcon": "" },
"break",
{ "type": "cpu", "keyIcon": "" },
{ "type": "gpu", "keyIcon": "󰢮" },
{ "type": "display", "keyIcon": "󰍹" },
{ "type": "memory", "keyIcon": "" },
{ "type": "battery", "keyIcon": "" },
{ "type": "poweradapter", "keyIcon": "󰚥" },
"break",
{ "type": "swap", "keyIcon": "󰾶" },
{ "type": "disk", "keyIcon": "" },
"break",
{ "type": "localip", "keyIcon": "" },
"break",
{ "type": "packages", "keyIcon": "" },
{ "type": "shell", "keyIcon": "" },
{ "type": "terminal", "keyIcon": "" },
"break",
{ "type": "wm", "keyIcon": "" },
{ "type": "wmtheme", "keyIcon": "" },
{ "type": "theme", "keyIcon": "" },
{ "type": "icons", "keyIcon": "" },
{ "type": "font", "keyIcon": "" },
{ "type": "terminalfont", "keyIcon": "" },
{ "type": "cursor", "keyIcon": "󰇀" },
{ "type": "locale", "keyIcon": "" },
"break",
"colors"
]
}