Files
dotfiles/fastfetch/config.jsonc
2025-07-09 23:06:00 +08:00

163 lines
4.2 KiB
JSON

{
"display": {
"separator": " ",
},
"logo": {
"source": "apple",
"padding": {
"top": 0
},
},
"modules": [
{
"type": "custom",
"format": "\u001b[36m╭────────────┬──────────────────Hardware───────────────────────╮",
},
{
"type": "host",
"key": " PC │",
"keyColor": "cyan",
"format": "{2}",
"outputColor": "cyan",
},
{
"type": "board",
"key": "│ ╠ Board │",
"keyColor": "cyan",
"format": "{1}",
"outputColor": "cyan",
},
{
"type": "cpu",
"key": "│ ╠ CPU │",
"keyColor": "cyan",
"format": "{1}",
"outputColor": "cyan",
},
{
"type": "gpu",
"key": "│ ╠ GPU │",
"keyColor": "cyan",
"format": "{1} {2}",
"outputColor": "cyan",
},
{
"type": "memory",
"key": "│ ╠ RAM │",
"keyColor": "cyan",
"outputColor": "cyan",
},
{
"type": "disk",
"key": "│ ╠ Disk │",
"keyColor": "cyan",
"outputColor": "cyan",
"format": "{1} / {2} ({3}) {9}",
},
{
"type": "display",
"key": "│ ╠󰍺 Display │",
"keyColor": "cyan",
"outputColor": "cyan",
"format": "{1}x{2}@{3}Hz in {12}-inch",
},
{
"type": "battery",
"key": "│ ╠ Battery │",
"keyColor": "cyan",
"outputColor": "cyan",
},
{
"type": "uptime",
"key": "│ ╚ Uptime │",
"keyColor": "cyan",
"format": "{1} days {2} hours {3} minutes",
"outputColor": "cyan",
},
{
"type": "custom",
"format": "\u001b[36m╰────────────┴─────────────────────────────────────────────────╯",
},
{
"type": "custom",
"format": "\u001b[34m╭────────────┬──────────────────Software───────────────────────╮",
},
{
"type": "os",
"key": " OS │",
"keyColor": "blue",
"format": "{2} {8} {12}",
"outputColor": "blue",
},
{
"type": "kernel",
"key": "│ ╠ Kernel │",
"keyColor": "blue",
"format": "{1} {2}",
"outputColor": "blue",
},
{
"type": "packages",
"key": "│ ╠󰏖 Packages│",
"keyColor": "blue",
"outputColor": "blue",
},
{
"type": "shell",
"key": "│ ╠ Shell │",
"keyColor": "blue",
"outputColor": "blue",
"format": "{1}",
},
{
"type": "terminal",
"key": "│ ╠ Terminal│",
"keyColor": "blue",
"outputColor": "blue",
"format": "{5} {6}",
},
{
"type": "lm",
"key": "│ ╠󰍂 LM │",
"keyColor": "blue",
"outputColor": "blue",
},
{
"type": "de",
"key": "│ ╠ DE │",
"keyColor": "blue",
"outputColor": "blue",
"format": "{2}",
},
{
"type": "terminalfont",
"key": "│ ╠󰬴 TermFont│",
"keyColor": "blue",
"outputColor": "blue",
},
{
"type": "icons",
"key": "│ ╠ Icons │",
"keyColor": "blue",
"outputColor": "blue",
"format": "{1} {2}",
},
{
"type": "title",
"key": "│ ╚ Hostname│",
"keyColor": "blue",
"outputColor": "blue",
"format": "{8}",
},
{
"type": "custom",
"format": "\u001b[34m╰────────────┴─────────────────────────────────────────────────╯",
},
{
"type": "custom",
"format": "\u001b[90m \u001b[91m \u001b[92m \u001b[93m \u001b[94m \u001b[95m \u001b[96m \u001b[97m \u001b[97m \u001b[96m \u001b[95m \u001b[94m \u001b[93m \u001b[92m \u001b[91m \u001b[90m",
},
],
}