dotfiles/fastfetch/config.jsonc

103 lines
2.7 KiB
JSON
Raw Normal View History

2025-11-16 18:11:07 -05:00
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
2025-11-16 18:11:07 -05:00
"logo": {
"source": "rhel_old",
2025-11-16 18:11:07 -05:00
"color": {
"1": "36",
"2": "31",
"3": "36",
"4": "31"
2025-11-16 18:11:07 -05:00
}
},
2025-11-16 18:11:07 -05:00
"display": {
"separator": " ",
"color": {
"keys": "magenta",
"output": "cyan",
"title": "magenta"
},
"key": {
"width": 10
}
2025-11-16 18:11:07 -05:00
},
2025-11-16 18:11:07 -05:00
"modules": [
// ─── System Info ─────────────────────────────
2025-11-16 18:11:07 -05:00
"title",
{
"type": "custom",
"format": "{#yellow}╭─  System Info ─────────────────────────────╮{#}"
},
{
"type": "os",
"key": " ├──  OS"
},
{
"type": "kernel",
"key": " ├──  Kernel"
},
{
"type": "wm",
"key": " ├──  Window Manager"
},
{
"type": "uptime",
"key": " └──  Uptime"
},
{
"type": "custom",
"format": "{#yellow}╰─────────────────────────────────────────────╯{#}"
},
// ─── Hardware ───────────────────────────────
{
"type": "custom",
"format": "{#yellow}╭─  Hardware ───────────────────────────────╮{#}"
},
{
"type": "cpu",
"key": " ├──  CPU"
},
{
"type": "gpu",
"key": " ├── 󰍛 GPU"
},
{
"type": "memory",
"key": " ├──  Memory"
},
{
"type": "disk",
"key": " └──  Disk"
},
{
"type": "custom",
"format": "{#yellow}╰─────────────────────────────────────────────╯{#}"
},
// ─── Software & ENV ─────────────────────────
{
"type": "custom",
"format": "{#yellow}╭─  Software & ENV ─────────────────────────╮{#}"
},
{
"type": "packages",
"key": " ├── \uf487 Packages"
},
{
"type": "shell",
"key": " ├──  Shell"
},
{
"type": "terminal",
"key": " └──  Terminal"
},
{
"type": "custom",
"format": "{#yellow}╰─────────────────────────────────────────────╯{#}"
}
2025-11-16 18:11:07 -05:00
]
}