feat(system): migrate from neofetch to fastfetch with custom whale logo and update configs

This commit is contained in:
2026-08-31 12:51:37 +02:00
parent e1d4eb5ed5
commit 5fa2f66674
8 changed files with 95 additions and 103 deletions
+12
View File
@@ -0,0 +1,12 @@
### x_x Bugs fleeing x_x ###
Debug the Whale
## ===
## ## ===
## ## ## ===
## ## ## ## ## ===
/"""""""""""""""""\___/ ===
~~~{~~CATCH THE BUGWAHLE~~ / ===- ~~~
\______ o __/
\ \ __/
\____\_______/
[BUG HUNTER]
+71
View File
@@ -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"
]
}