LINUX.ORG.RU

История изменений

Исправление CrX, (текущая версия) :

https://postimg.cc/B817QKSP

cat ~/.config/fastfetch/config.jsonc 
{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "modules": [
    "os",
    "host",
    "kernel",
    "uptime",
    "packages",
    "shell",
    "display",
    "de",
    "wm",
    "wmtheme",
    "theme",
    "icons",
    "font",
    "cursor",
    "terminal",
    "terminalfont",
    "cpu",
    {
        "type": "gpu",
        "detectionMethod": "auto",
        "driverSpecific": true,
        "format": "{name} ({core-count}) @ {frequency} [{dedicated-used} / {dedicated-total} ({dedicated-percentage-num})]"
    },
    "memory",
    "swap",
    "locale",
    "break",
    "colors"
  ]
}

Исходная версия CrX, :