feat(system): migrate from neofetch to fastfetch with custom whale logo and update configs
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"$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": "Kubectl",
|
||||
"text": "kubectl version --client --output=yaml 2>/dev/null | grep gitVersion | cut -d' ' -f4"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user