67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
/* "logo": {
|
|
"source": "~/.config/dotfiles/fastfetch/Moon.png",
|
|
"width": 18,
|
|
"height": 8
|
|
},*/
|
|
"display": {
|
|
"separator": " "
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "host",
|
|
"key": "╭─",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "cpu",
|
|
"key": "├─",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "gpu",
|
|
"key": "├─",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": "├─",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "display",
|
|
"key": "╰─",
|
|
"keyColor": "green"
|
|
},
|
|
"break",
|
|
{
|
|
"type": "title",
|
|
"key": "╭─",
|
|
"format": "{1}@{2}",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "os",
|
|
"key": "├─",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "kernel",
|
|
"key": "├─",
|
|
"format": "{1} {2}",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "packages",
|
|
"key": "├─",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "uptime",
|
|
"key": "╰─",
|
|
"keyColor": "blue"
|
|
}
|
|
]
|
|
}
|