feat(shell): start using starship and clean up hyfetch

This commit is contained in:
aria 2025-07-06 22:55:46 +10:00
parent cf046eeb92
commit 56c40db613
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
4 changed files with 313 additions and 2 deletions

59
fastfetch.jsonc Normal file
View file

@ -0,0 +1,59 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"size": {
"maxPrefix": "MB",
"ndigits": 0
}
},
"modules": [
"title",
"separator",
"os",
{
"type": "kernel",
"format": "{release}"
},
"uptime",
"packages",
"shell",
"display",
"de",
"wm",
"wmtheme",
"theme",
"icons",
"terminal",
"break",
"cpu",
{
"type": "gpu",
"key": "GPU"
},
"vulkan",
{
"type": "memory",
"format": "{} / {}"
},
{
"type": "swap",
"format": "{} / {}"
},
"break",
{
"type": "localip",
"showIpv6": true,
"showMac": false,
"showSpeed": true,
"showMtu": false,
"showLoop": false,
"showFlags": false,
"showAllIps": false
},
"break",
{
"type": "disk",
"temp": true
},
]
}