67 lines
1.2 KiB
JSON
67 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "file",
|
|
"source": "~/.config/fastfetch/ascii/qa.txt",
|
|
"color": {
|
|
"1": "cyan",
|
|
"2": "blue"
|
|
},
|
|
"padding": {
|
|
"right": 2
|
|
}
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
{
|
|
"type": "os",
|
|
"format": "{3} {12}"
|
|
},
|
|
{
|
|
"type": "kernel",
|
|
"format": "{2}"
|
|
},
|
|
{
|
|
"type": "uptime"
|
|
},
|
|
{
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"type": "cpu",
|
|
"format": "{1}"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"format": "{1} / {2} ({3})"
|
|
},
|
|
{
|
|
"type": "disk",
|
|
"folders": "/"
|
|
},
|
|
{
|
|
"type": "command",
|
|
"key": "Docker",
|
|
"text": "docker --version 2>/dev/null | cut -d' ' -f3 | tr -d ','"
|
|
},
|
|
{
|
|
"type": "command",
|
|
"key": "Go",
|
|
"text": "go version 2>/dev/null | cut -d' ' -f3"
|
|
},
|
|
{
|
|
"type": "command",
|
|
"key": "Python",
|
|
"text": "python3 --version 2>/dev/null | cut -d' ' -f2"
|
|
},
|
|
{
|
|
"type": "command",
|
|
"key": "Node",
|
|
"text": "node --version 2>/dev/null"
|
|
},
|
|
"break",
|
|
"colors"
|
|
]
|
|
}
|