here is my fastfetch config:
{
“$schema”: “https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json”,
“logo”: {
“source”: “/home/fj/Downloads/EOS-X-logo.png”,
“type”: “auto”,
“height”: 40,
“width”: 50,
“padding”: {
“top”: 2,
“left”: 0,
}
},
“modules”: [
“break”,
{
“type”: “custom”,
“format”: “\u001b[90m┌──────────────────────── Dell ──────────────────────────────┐”
},
{
“type”: “host”,
“key”: “ PC”,
“keyColor”: “blue”
},
{
“type”: “cpu”,
“key”: “│ ├ CPU”,
“showPeCoreCount”: true,
“keyColor”: “blue”
},
{
“type”: “gpu”,
“key”: “│ ├ GPU”,
“keyColor”: “blue”
},
{
“type”: “gpu”,
“key”: “│ ├ GPU”,
“format”: “{3}”,
“keyColor”: “blue”
},
{
“type”: “display”,
“key”: “│ ├ DISPLAY”,
“keyColor”: “blue”
},
{
“type”: “memory”,
“key”: “│ ├ MEMORY”,
“keyColor”: “blue”
},
{
“type”: “swap”,
“key”: “│ ├ SWAP”,
“keyColor”: “blue”
},
{
“type”: “custom”,
“format”: “\u001b[90m└────────────────────────────────────────────────────────────┘”
},
“break”,
{
“type”: “custom”,
“format”: “\u001b[90m┌──────────────────────── SSD Drives ────────────────────────┐”
},
{
“type”: “disk”,
“key”: “│ ├ DISK”,
“keyColor”: “green”
},
{
“type”: “custom”,
“format”: “\u001b[90m└────────────────────────────────────────────────────────────┘”
},
“break”,
{
“type”: “custom”,
“format”: “\u001b[90m┌──────────────────────── Purple Linux ──────────────────────┐”
},
{
“type”: “os”,
“key”: “ OS”,
“keyColor”: “magenta”
},
{
“type”: “title”,
“key”: “│ ├ USER/HOST”,
“format”: “{user-name}@{host-name}”,
“keyColor”: “magenta”
},
{
“type”: “kernel”,
“key”: “│ ├ KERNEL”,
“keyColor”: “magenta”
},
{
“type”: “packages”,
“key”: “│ ├ PACKAGES”,
“keyColor”: “magenta”
},
{
“type”: “terminal”,
“key”: “│ ├ TERMINAL”,
“keyColor”: “magenta”
},
{
“type”: “terminalfont”,
“key”: “│ ├ TERMINAL FONT”,
“keyColor”: “magenta”
},
{
“type”: “shell”,
“key”: “└ └ SHELL”,
“keyColor”: “magenta”
},
{
“type”: “custom”,
“format”: “\u001b[90m└────────────────────────────────────────────────────────────┘”
},
“break”,
{
“type”: “custom”,
“format”: “\u001b[90m┌─────────────────── Desktop Environment ────────────────────┐”
},
{
“type”: “de”,
“key”: “ DE”,
“keyColor”: “cyan”
},
{
“type”: “lm”,
“key”: “│ ├ DISPLAY MANAGER”,
“keyColor”: “cyan”
},
{
“type”: “wm”,
“key”: “│ ├ WINDOW MANAGER”,
“keyColor”: “cyan”
},
{
“type”: “wmtheme”,
“key”: “│ ├ THEME”,
“keyColor”: “cyan”
},
{
“type”: “icons”,
“key”: “│ ├ ICONS”,
“keyColor”: “cyan”
},
{
“type”: “font”,
“key”: “│ ├ SYSTEM FONT”,
“format”: “{3}”,
“keyColor”: “cyan”
},
{
“type”: “custom”,
“format”: “\u001b[90m└────────────────────────────────────────────────────────────┘”
},
“break”,
{
"type": "custom",
"format": "\u001b[90m┌─────────────────────── Other Info ─────────────────────────┐"
},
{
"type": "wifi",
"key": "│ ├ wifi",
"keyColor": "yellow"
},
{
"type": "Camera",
"key": "│ ├ camera",
"keyColor": "yellow"
},
{
"type": "media",
"key": "│ ├ media",
"keyColor": "yellow"
},
{
"type": "custom",
"format": "\u001b[90m└────────────────────────────────────────────────────────────┘"
},
{
"type": "custom",
"type": "custom",
"format": "\u001b[90m┌─────────────────────── Colors ─────────────────────────────┐"
},
{
"type": "colors",
"key": "│ ├ Palette",
"keyColor": "red",
"symbol": "circle"
},
{
"type": "custom",
"format": "\u001b[90m└────────────────────────────────────────────────────────────┘"
},
]
}
i get the error this when executing it: Error: failed to parse JSON config file /home/fj/.config/fastfetch/config.jsonc
at (2, 1): unexpected character, expected a string key
i’m lost/confused. anyhelp getting it to execute correctly would be appreciated!