feat(fastfetch): update configuration

This commit is contained in:
2025-12-07 12:15:50 +01:00
parent 856e838d9e
commit 1ae83ede9b

View File

@@ -2,7 +2,7 @@
{ {
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": { "logo": {
"type": "small", "type": "sixel",
"padding": { "padding": {
"top": 1 "top": 1
} }
@@ -58,6 +58,10 @@
"type": "cpu", "type": "cpu",
"showPeCoreCount": true "showPeCoreCount": true
}, },
{
"key": "│ {#34}󰢮 gpu {#keys}│",
"type": "gpu"
},
{ {
"key": "│ {#34}󰉉 disk {#keys}│", "key": "│ {#34}󰉉 disk {#keys}│",
"type": "disk", "type": "disk",
@@ -67,6 +71,20 @@
"key": "│ {#36} memory {#keys}│", "key": "│ {#36} memory {#keys}│",
"type": "memory" "type": "memory"
}, },
{
"key": "│ {#32} wifi {#keys}│",
"type": "wifi",
"format": "{ssid} {quality}%"
},
{
"key": "│ {#34}󰁹 battery {#keys}│",
"type": "battery",
"format": "{status} {capacity}%"
},
{
"key": "│ {#33}󰩟 public {#keys}│",
"type": "publicip"
},
{ {
"key": "├───────────┤", "key": "├───────────┤",
"type": "custom" "type": "custom"