feat(fastfetch): update configuration

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

View File

@@ -1,84 +1,102 @@
// Inspired by Catnap // Inspired by Catnap
{ {
"$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
} }
},
"display": {
"separator": " "
},
"modules": [
{
"key": "╭───────────╮",
"type": "custom"
}, },
"display": { {
"separator": " " "key": "│ {#31} user {#keys}│",
"type": "title",
"format": "{user-name}"
}, },
"modules": [ {
{ "key": "│ {#32}󰇅 hname {#keys}│",
"key": "╭───────────╮", "type": "title",
"type": "custom" "format": "{host-name}"
}, },
{ {
"key": "│ {#31} user {#keys}│", "key": "│ {#33}󰅐 uptime {#keys}│",
"type": "title", "type": "uptime"
"format": "{user-name}" },
}, {
{ "key": "│ {#34}{icon} distro {#keys}│",
"key": "│ {#32}󰇅 hname {#keys}│", "type": "os"
"type": "title", },
"format": "{host-name}" {
}, "key": "│ {#35} kernel {#keys}│",
{ "type": "kernel"
"key": "│ {#33}󰅐 uptime {#keys}│", },
"type": "uptime" {
}, "key": "│ {#36} wm {#keys}│",
{ "type": "wm"
"key": "│ {#34}{icon} distro {#keys}│", },
"type": "os" {
}, "key": "│ {#36}󰇄 desktop {#keys}│",
{ "type": "de"
"key": "│ {#35} kernel {#keys}│", },
"type": "kernel" {
}, "key": "│ {#31} term {#keys}│",
{ "type": "terminal"
"key": "│ {#36} wm {#keys}│", },
"type": "wm" {
}, "key": "│ {#32} shell {#keys}│",
{ "type": "shell"
"key": "│ {#36}󰇄 desktop {#keys}│", },
"type": "de" {
}, "key": "│ {#33}󰍛 cpu {#keys}│",
{ "type": "cpu",
"key": "│ {#31} term {#keys}│", "showPeCoreCount": true
"type": "terminal" },
}, {
{ "key": "│ {#34}󰢮 gpu {#keys}│",
"key": "│ {#32} shell {#keys}│", "type": "gpu"
"type": "shell" },
}, {
{ "key": "│ {#34}󰉉 disk {#keys}│",
"key": "│ {#33}󰍛 cpu {#keys}│", "type": "disk",
"type": "cpu", "folders": "/"
"showPeCoreCount": true },
}, {
{ "key": "│ {#36} memory {#keys}│",
"key": "│ {#34}󰉉 disk {#keys}│", "type": "memory"
"type": "disk", },
"folders": "/" {
}, "key": "│ {#32} wifi {#keys}│",
{ "type": "wifi",
"key": "│ {#36} memory {#keys}│", "format": "{ssid} {quality}%"
"type": "memory" },
}, {
{ "key": "│ {#34}󰁹 battery {#keys}│",
"key": "├───────────┤", "type": "battery",
"type": "custom" "format": "{status} {capacity}%"
}, },
{ {
"key": "│ {#39} colors {#keys}│", "key": "│ {#33}󰩟 public {#keys}│",
"type": "colors", "type": "publicip"
"symbol": "circle" },
}, {
{ "key": "├───────────┤",
"key": "╰───────────╯", "type": "custom"
"type": "custom" },
} {
] "key": "│ {#39} colors {#keys}│",
"type": "colors",
"symbol": "circle"
},
{
"key": "╰───────────╯",
"type": "custom"
}
]
} }