2025-11-16 18:11:07 -05:00
|
|
|
{
|
|
|
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
2025-11-20 22:01:24 -05:00
|
|
|
|
2025-11-16 18:11:07 -05:00
|
|
|
"logo": {
|
2025-11-20 22:01:24 -05:00
|
|
|
"source": "rhel_old",
|
2025-11-16 18:11:07 -05:00
|
|
|
"color": {
|
|
|
|
|
"1": "36",
|
2025-11-20 22:01:24 -05:00
|
|
|
"2": "31",
|
|
|
|
|
"3": "36",
|
|
|
|
|
"4": "31"
|
2025-11-16 18:11:07 -05:00
|
|
|
}
|
|
|
|
|
},
|
2025-11-20 22:01:24 -05:00
|
|
|
|
2025-11-16 18:11:07 -05:00
|
|
|
"display": {
|
2025-11-20 22:01:24 -05:00
|
|
|
"separator": " ",
|
|
|
|
|
"color": {
|
|
|
|
|
"keys": "magenta",
|
|
|
|
|
"output": "cyan",
|
|
|
|
|
"title": "magenta"
|
|
|
|
|
},
|
|
|
|
|
"key": {
|
|
|
|
|
"width": 10
|
|
|
|
|
}
|
2025-11-16 18:11:07 -05:00
|
|
|
},
|
2025-11-20 22:01:24 -05:00
|
|
|
|
2025-11-16 18:11:07 -05:00
|
|
|
"modules": [
|
2025-11-20 22:01:24 -05:00
|
|
|
// ─── System Info ─────────────────────────────
|
2025-11-16 18:11:07 -05:00
|
|
|
"title",
|
2025-11-20 22:01:24 -05:00
|
|
|
{
|
|
|
|
|
"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
|
|
|
]
|
|
|
|
|
}
|
2025-11-20 22:01:24 -05:00
|
|
|
|