should work?

This commit is contained in:
2026-03-07 20:45:22 +00:00
parent 3f4e5f4440
commit 40ff012dbe
5 changed files with 264 additions and 0 deletions
+123
View File
@@ -0,0 +1,123 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
{
"type": "custom",
"format": "\u001b[90m┌───────────────────Hardware───────────────────┐",
},
{
"type": "host",
"key": " PC",
"keyColor": "green",
},
{
"type": "cpu",
"key": "│ ├",
"showPeCoreCount": true,
"keyColor": "green",
},
{
"type": "gpu",
"key": "│ ├",
"detectionMethod": "pci",
"keyColor": "green",
},
{
"type": "display",
"key": "│ ├󱄄",
"keyColor": "green",
},
{
"type": "disk",
"key": "│ ├󰋊",
"keyColor": "green",
},
{
"type": "memory",
"key": "│ ├",
"keyColor": "green",
},
{
"type": "custom",
"format": "\u001b[90m└──────────────────────────────────────────────┘",
},
{
"type": "custom",
"format": "\u001b[90m┌───────────────────Software───────────────────┐",
},
{
"type": "os",
"keyColor": "blue",
},
{
"type": "kernel",
"key": "│ ├",
"keyColor": "blue",
},
{
"type": "wm",
"key": "│ ├",
"keyColor": "blue",
},
{
"type": "de",
"key": " DE",
"keyColor": "blue",
},
{
"type": "terminal",
"key": "│ ├",
"keyColor": "blue",
},
{
"type": "packages",
"key": "│ ├󰏖",
"keyColor": "blue",
},
{
"type": "wmtheme",
"key": "│ ├󰉼",
"keyColor": "blue",
},
{
"type": "command",
"key": "│ ├󰸌",
"keyColor": "blue",
"text": "theme=$(omarchy-theme-current); echo -e \"$theme \\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\"",
},
{
"type": "terminalfont",
"key": "└ └",
"keyColor": "blue",
},
{
"type": "custom",
"format": "\u001b[90m└──────────────────────────────────────────────┘",
},
{
"type": "custom",
"format": "\u001b[90m┌─────────────Age / Uptime / Update────────────┐",
},
{
"type": "command",
"key": "󱦟 OS Age",
"keyColor": "magenta",
"text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days",
},
{
"type": "uptime",
"key": "󱫐 Uptime",
"keyColor": "magenta",
},
{
"type": "command",
"key": " Update",
"keyColor": "magenta",
"text": "updated=$(omarchy-version-pkgs); echo \"$updated\"",
},
{
"type": "custom",
"format": "\u001b[90m└──────────────────────────────────────────────┘",
},
],
}