feat(fastfetch): add config

Add fastfetch configuration file
This commit is contained in:
nikurasu 2024-01-31 18:30:44 +01:00
parent bc86edc996
commit 50850df77f
Signed by: Nikurasu
GPG Key ID: 9E7F14C03EF1F271
1 changed files with 94 additions and 0 deletions

94
fastfetch/config.jsonc Normal file
View File

@ -0,0 +1,94 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"width": 28
},
"display": {
"separator": "  ",
"color": {
"keys": "bright_cyan"
}
},
"modules": [
{
"type": "custom",
"format": "┌──────────────── \u001B[1mHardware Information\u001B[0m ────────────────┐"
},
{
"type": "host",
"key": " 󰌢"
},
{
"type": "cpu",
"key": " "
},
{
"type": "gpu",
"key": " "
},
{
"type": "disk",
"key": " 󰋊"
},
{
"type": "memory",
"key": " 󰆋"
},
{
"type": "custom",
"format": "├──────────────── \u001B[1mSoftware Information\u001B[0m ────────────────┤"
},
{
"type": "os",
"key": " "
},
{
"type": "kernel",
"key": " "
},
{
"type": "users",
"key": " "
},
{
"type": "de",
"key": " "
},
{
"type": "wm",
"key": " "
},
{
"type": "theme",
"key": " 󰃣"
},
{
"type": "shell",
"key": " "
},
{
"type": "terminal",
"key": " "
},
{
"type": "terminalfont",
"key": " "
},
{
"type": "packages",
"key": " 󰏗"
},
{
"type": "uptime",
"key": " 󰅐"
},
{
"type": "custom",
"format": "└──────────────────────────────────────────────────────┘"
},
{
"type": "custom",
"format": " \u001B[38m \u001B[37m \u001B[36m \u001B[35m \u001B[34m \u001B[33m \u001B[32m \u001B[31m \u001B[30m"
}
]
}