Files
2025-02-04 10:00:02 -05:00

95 lines
2.0 KiB
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"separator": " "
},
"modules": [
{
"type": "title",
"format": "{#1}╭───────────── {#}{user-name-colored}@{host-name}"
},
{
"type": "custom",
"format": "{#1}│ {#}System Information"
},
{
"type": "os",
"key": "{#separator}│ {#keys}󰍹 OS"
},
{
"type": "kernel",
"key": "{#separator}│ {#keys}󰒋 Kenel"
},
{
"type": "uptime",
"key": "{#separator}│ {#keys}󰅐 Uptime"
},
{
"type": "shell",
"key": "{#separator}│ {#keys}󰞷 Shell"
},
{
"type": "packages",
"key": "{#separator}│ {#keys}󰏖 Packages"
},
{
"type": "custom",
"format": "{#1}│"
},
{
"type": "custom",
"format": "{#1}│ {#}Network"
},
{
"type": "localip",
"key": "{#separator}│ {#keys}󰀂 Local IP"
},
{
"type": "publicip",
"key": "{#separator}│ {#keys}󰩠 Public IP"
},
{
"type": "custom",
"format": "{#1}│"
},
{
"type": "custom",
"format": "{#1}│ {#}Hardware Information"
},
{
"type": "cpu",
"key": "{#separator}│ {#keys}󰻠 CPU"
},
{
"type": "gpu",
"key": "{#separator}│ {#keys}󰢮 GPU"
},
{
"type": "memory",
"key": "{#separator}│ {#keys}󰍛 Memory"
},
{
"type": "disk",
"key": "{#separator}│ {#keys}󰋊 Disk (/)",
"folders": "/"
},
{
"type": "battery",
"key": "{#separator}│ {#keys}󱐋 Battery"
},
{
"type": "custom",
"format": "{#1}│"
},
{
"type": "colors",
"key": "{#separator}│",
"symbol": "circle"
},
{
"type": "custom",
"format": "{#1}╰───────────────────────────────╯"
}
]
}