// Plan 9 Glenda - fastfetch config
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "~/.local/share/fastfetch/ascii/glenda.txt",
"padding": {
"top": 1,
"right": 4
}
},
"display": {
"separator": " • "
},
"modules": [
"break",
{
"type": "title",
"color": {
"user": "32",
"at": "37",
"host": "32"
}
},
"break",
{
"type": "os",
"key": "os ",
"keyColor": "33"
},
{
"type": "kernel",
"key": "kernel ",
"keyColor": "33"
},
{
"type": "packages",
"format": "{} (pacman)",
"key": "packages",
"keyColor": "33"
},
{
"type": "shell",
"key": "shell ",
"keyColor": "33"
},
{
"type": "terminal",
"key": "terminal",
"keyColor": "33"
},
{
"type": "wm",
"key": "wm ",
"keyColor": "33"
},
"break",
{
"type": "colors",
"symbol": "circle"
},
"break"
]
}