Skip to content

[BUG] Theme/Icon/etc. detection in Enlightenment inaccurate #2165

@yakaru

Description

@yakaru

Read the FAQ first

  • I have checked the FAQ but the issue is not covered

Description

I'm using GDM as my login manager, but my WM is Enlightenment. Fastfetch is detecting my WM appropriately as Enlightenment but for Theme, Icons, and Cursor it's listing Adwaita which I'm guessing is because of GDM instead of what Enlightenment is actually using.

Version used

2.5.71

Bug prevalence

Always

Regression

Not sure

Installation

Package manager

Package manager

portage (emerge)

Screenshots

Image

Configuration

{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
  "logo": {
    "type": "kitty-direct",
    "source": "~/.config/fastfetch/png/*.png",
    "width": 40,
    "height": 33,
    "padding": {
      "top": 1,
      "left": 0,
      "right": 1
    },
    "printRemaining": false,
    "preserveAspectRatio": false,
    "recache": false,
    "position": "left",
    "chafa": {
      "fgOnly": false,
      "symbols": "block+border+space-wide-inverted"
    }
  },
  "display": {
    "stat": false,
    "pipe": false,
    "showErrors": false,
    "disableLinewrap": true,
    "hideCursor": false,
    "separator": ": ",
    "color": {
      "keys": "",
      "title": "",
      "output": "",
      "separator": ""
    },
    "brightColor": true,
    "duration": {
      "abbreviation": false,
      "spaceBeforeUnit": "default"
    },
    "size": {
      "maxPrefix": "YB",
      "binaryPrefix": "iec",
      "ndigits": 2,
      "spaceBeforeUnit": "default"
    },
    "temp": {
      "unit": "D",
      "ndigits": 1,
      "color": {
        "green": "32",
        "yellow": "93",
        "red": "91"
      },
      "spaceBeforeUnit": "default"
    },
    "percent": {
      "type": [
        "num",
        "num-color"
      ],
      "ndigits": 0,
      "color": {
        "green": "32",
        "yellow": "93",
        "red": "91"
      },
      "spaceBeforeUnit": "default",
      "width": 0
    },
    "bar": {
      "char": {
        "elapsed": "",
        "total": "-"
      },
      "border": {
        "left": "[ ",
        "right": " ]",
        "leftElapsed": "",
        "rightElapsed": ""
      },
      "color": {
        "elapsed": "auto",
        "total": "97",
        "border": "97"
      },
      "width": 10
    },
    "fraction": {
      "ndigits": 2
    },
    "noBuffer": false,
    "key": {
      "width": 0,
      "type": "both",
      "paddingLeft": 0
    },
    "freq": {
      "ndigits": 2,
      "spaceBeforeUnit": "default"
    },
    "constants": []
  },
  "general": {
    "thread": true,
    "processingTimeout": 5000,
    "detectVersion": true,
    "playerName": "",
    "dsForceDrm": false
  },
  "modules": [
    {
      "type": "custom",
      "format": "🛠️ Specifications"
    },
    {
      "type": "custom",
      "format": "┌─────────────────────────────────────────────────────────────┐",
      "outputColor": "white",
      "times": 0
    },
    {
     "type": "chassis",
     "key": "Chassis",
     "keyIcon": " 🖥️",
     "format": "{1} {2} {3}",
     "keyColor": "blue"
    },
    {
      "type": "host",
      "keyIcon": " 💻",
      "keyColor": "blue"
    },
    {
      "type": "os",
      "keyIcon": " 🦊",
      "keyColor": "red"
    },
    {
      "type": "kernel",
      "keyIcon": " ⚙️",
      "keyColor": "red"
    },
    {
      "type": "uptime",
      "keyIcon": " 🕓",
      "keyColor": "cyan"
    },
    {
      "type": "packages",
      "keyIcon": " 📦",
      "disabled": [
        "winget"
      ],
      "combined": false,
      "keyColor": "green"
    },
    {
      "type": "cpu",
      "keyIcon": " 🔲",
      "temp": false,
      "showPeCoreCount": false,
      "keyColor": "blue"
    },
    {
      "type": "gpu",
      "keyIcon": " 🎨",
      "driverSpecific": false,
      "detectionMethod": "pci",
      "temp": false,
      "hideType": "none",
      "percent": {
        "green": 50,
        "yellow": 80,
        "type": 0
      },
      "keyColor": "blue"
    },
    {
      "type": "gpu",
      "keyIcon": " 🪪",
      "format": "{3}",
      "key": "GPU Driver",
      "keyColor": "cyan"
    },
    {
      "type": "memory",
      "keyIcon": "",
      "percent": {
        "green": 50,
        "yellow": 80,
        "type": 0,
      },
      "keyColor": "blue"
    },
    {
      "type": "swap",
      "percent": {
        "green": 50,
        "yellow": 80,
        "type": 0
      },
      "keyIcon": "",
      "separate": false,
      "keyColor": "blue"
    },
    {
      "type": "disk",
      "keyIcon": " 🗄️",
      "showRegular": true,
      "showExternal": true,
      "showHidden": false,
      "showSubvolumes": false,
      "showReadOnly": true,
      "showUnknown": false,
      "folders": "",
      "hideFolders": "/efi:/boot:/boot/*",
      "hideFS": "",
      "useAvailable": false,
      "percent": {
        "green": 50,
        "yellow": 80,
        "type": 0
      },
      "keyColor": "magenta"
    },
    {
      "type": "display",
      "keyIcon": " 🖥️",
      "compactType": "none",
      "preciseRefreshRate": false,
      "order": null,
      "keyColor": "green"
    },
    {
      "type": "localip",
      "keyIcon": " 🌐",
      "showIpv4": true,
      "showIpv6": false,
      "showMac": false,
      "showLoop": false,
      "showPrefixLen": true,
      "showMtu": false,
      "showSpeed": false,
      "showFlags": false,
      "compact": false,
      "defaultRouteOnly": true,
      "showAllIps": false,
      "namePrefix": "",
      "keyColor": "yellow"
    },
    {
      "type": "battery",
      "keyIcon": " 🔋",
      "temp": false,
      "percent": {
        "green": 50,
        "yellow": 20,
        "type": 0
      },
      "keyColor": "yellow"
    },
    {
      "type": "poweradapter",
      "keyIcon": " 🔌"
    },
    {
      "type": "custom",
      "format": "└─────────────────────────────────────────────────────────────┘",
      "outputColor": "white",
      "times": 0
    },
    {
      "type": "title",
      "key": " ",
      "keyIcon": " 🏠",
      "fqdn": false,
      "color": {
        "user": "#BB55CC",
        "at": "white",
        "host": "#BB55CC"
      }
    },
    {
      "type": "custom",
      "format": "┌─────────────────────────────────────────────────────────────┐",
      "outputColor": "white",
      "times": 0
    },
    {
      "type": "shell",
      "keyIcon": "",
      "keyColor": "green"
    },

    {
      "type": "de",
      "keyIcon": "",
      "slowVersionDetection": false,
      "keyColor": "green"
    },
    {
      "type": "wm",
      "keyIcon": "",
      "detectPlugin": false,
      "keyColor": "green"
    },
    {
      "type": "wmtheme",
      "keyIcon": " 🖼️",
      "keyColor": "green"
    },
    {
      "type": "theme",
      "keyIcon": " 🖌️",
      "keyColor": "green"
    },
    {
      "type": "icons",
      "keyIcon": "",
      "keyColor": "white"
    },
    {
      "type": "font",
      "keyIcon": "",
      "keyColor": "green"
    },
    {
      "type": "cursor",
      "keyIcon": " 🖱️",
      "keyColor": "green"
    },
    {
      "type": "terminal",
      "keyIcon": "",
      "keyColor": "green"
    },
    {
      "type": "terminalfont",
      "keyIcon": "",
      "keyColor": "green"
    },
    {
      "type": "locale",
      "keyIcon": "",
      "keyColor": "white"
    },
    {
      "type": "custom",
      "format": "└─────────────────────────────────────────────────────────────┘",
      "outputColor": "white",
      "times": 0
    },
    "break",
    {
      "type": "colors",
      "key": " ",
      "keyIcon": "",
      "symbol": "block",
      "paddingLeft": 0,
      "block": {
        "width": 3,
        "range": [
          0,
          15
        ]
      }
    }
  ]
}

System information

[
  {
    "type": "Title",
    "result": {
      "userName": "yakaru",
      "fullUserName": "",
      "hostName": "navi",
      "homeDir": "/home/yakaru/",
      "exePath": "/usr/bin/fastfetch",
      "userShell": "/bin/bash"
    },
    "stat": 0.010780006647109985
  },
  {
    "type": "Separator",
    "error": "Unsupported for JSON format",
    "stat": 0.0013430118560791016
  },
  {
    "type": "OS",
    "result": {
      "buildID": "",
      "codename": "",
      "id": "gentoo",
      "idLike": "",
      "name": "Gentoo",
      "prettyName": "Gentoo Linux",
      "variant": "",
      "variantID": "",
      "version": "2.18",
      "versionID": "2.18"
    },
    "stat": 0.04751899838447571
  },
  {
    "type": "Host",
    "result": {
      "family": "ROG Strix G16",
      "name": "ROG Strix G16 G614FR_G614FR",
      "version": "1.0",
      "sku": "",
      "vendor": "ASUSTeK COMPUTER INC.",
      "serial": "",
      "uuid": ""
    },
    "stat": 0.08486899733543396
  },
  {
    "type": "BIOS",
    "result": {
      "date": "08/11/2025",
      "release": "5.36",
      "vendor": "American Megatrends International, LLC.",
      "version": "G614FR.307",
      "type": "UEFI"
    },
    "stat": 0.03932398557662964
  },
  {
    "type": "Bootmgr",
    "result": {
      "name": "gentoo",
      "firmware": "\\EFI\\gentoo\\grubx64.efi",
      "order": 0,
      "secureBoot": false
    },
    "stat": 0.14398998022079468
  },
  {
    "type": "Board",
    "result": {
      "name": "G614FR",
      "vendor": "ASUSTeK COMPUTER INC.",
      "version": "1.0",
      "serial": ""
    },
    "stat": 0.03351399302482605
  },
  {
    "type": "Chassis",
    "result": {
      "type": "Notebook",
      "vendor": "ASUSTeK COMPUTER INC.",
      "version": "1.0",
      "serial": ""
    },
    "stat": 0.02937498688697815
  },
  {
    "type": "Kernel",
    "result": {
      "architecture": "x86_64",
      "name": "Linux",
      "release": "6.18.5-gentoo-dist",
      "version": "#1 SMP PREEMPT_DYNAMIC Mon Jan 12 21:07:45 -00 2026",
      "pageSize": 4096
    },
    "stat": 0.0016629993915557861
  },
  {
    "type": "InitSystem",
    "result": {
      "name": "init",
      "exe": "init [3]",
      "version": "",
      "pid": 1
    },
    "stat": 0.031349003314971924
  },
  {
    "type": "Uptime",
    "result": {
      "uptime": 180292800,
      "bootTime": "2026-01-18T20:15:57.099-0800"
    },
    "stat": 0.044523000717163086
  },
  {
    "type": "Loadavg",
    "result": [
      0.6,
      0.39,
      0.27
    ],
    "stat": 0.01335597038269043
  },
  {
    "type": "Processes",
    "result": 648,
    "stat": 0.7553099989891052
  },
  {
    "type": "Packages",
    "result": {
      "all": 998,
      "amSystem": 0,
      "amUser": 0,
      "apk": 0,
      "brew": 0,
      "brewCask": 0,
      "choco": 0,
      "dpkg": 0,
      "emerge": 998,
      "eopkg": 0,
      "flatpakSystem": 0,
      "flatpakUser": 0,
      "guixSystem": 0,
      "guixUser": 0,
      "guixHome": 0,
      "hpkgSystem": 0,
      "hpkgUser": 0,
      "linglong": 0,
      "mport": 0,
      "nixDefault": 0,
      "nixSystem": 0,
      "nixUser": 0,
      "opkg": 0,
      "pacman": 0,
      "pacstall": 0,
      "paludis": 0,
      "pisi": 0,
      "pkg": 0,
      "pkgtool": 0,
      "pkgsrc": 0,
      "macports": 0,
      "rpm": 0,
      "scoopUser": 0,
      "scoopGlobal": 0,
      "snap": 0,
      "soar": 0,
      "kiss": 0,
      "sorcery": 0,
      "winget": 0,
      "xbps": 0,
      "pacmanBranch": ""
    },
    "stat": 2.1572870016098022
  },
  {
    "type": "Shell",
    "result": {
      "exe": "/bin/bash",
      "exeName": "bash",
      "exePath": "/usr/bin/bash",
      "pid": 566656,
      "ppid": 566636,
      "processName": "bash",
      "prettyName": "bash",
      "version": "5.3.9",
      "tty": 3
    },
    "stat": 1.1517360210418701
  },
  {
    "type": "Editor",
    "result": {
      "type": "Editor",
      "name": "vim",
      "path": "/usr/bin/vim",
      "exe": "vim",
      "version": "9.1"
    },
    "stat": 2.103334993124008
  },
  {
    "type": "Display",
    "result": [
      {
        "id": 0,
        "name": "NE160QDM-NZC",
        "primary": false,
        "output": {
          "width": 2560,
          "height": 1600,
          "refreshRate": 60.0,
          "drrStatus": null
        },
        "scaled": {
          "width": 0,
          "height": 0
        },
        "preferred": {
          "width": 0,
          "height": 0,
          "refreshRate": 0.0
        },
        "physical": {
          "width": 344,
          "height": 215
        },
        "rotation": 0,
        "bitDepth": 0,
        "hdrStatus": "Unsupported",
        "type": "Builtin",
        "manufactureDate": {
          "year": 2024,
          "week": 18
        },
        "serial": null,
        "platformApi": "sysfs-drm"
      }
    ],
    "stat": 2.3612599968910217
  },
  {
    "type": "Brightness",
    "result": [
      {
        "name": "nvidia_wmi_ec_backlight",
        "max": 100.0,
        "min": 0.0,
        "current": 80.0,
        "builtin": true
      }
    ],
    "stat": 0.03065800666809082
  },
  {
    "type": "Monitor",
    "error": "Monitor module is an alias of Display module",
    "stat": 0.0004709959030151367
  },
  {
    "type": "LM",
    "result": {
      "service": "gdm-password",
      "type": "X11",
      "version": "48.0"
    },
    "stat": 1.457419991493225
  },
  {
    "type": "DE",
    "error": "No DE found",
    "stat": 0.0015630125999450684
  },
  {
    "type": "WM",
    "result": {
      "processName": "Enlightenment",
      "prettyName": "Enlightenment",
      "protocolName": "X11",
      "pluginName": "",
      "version": ""
    },
    "stat": 0.002835988998413086
  },
  {
    "type": "WMTheme",
    "error": "Unknown WM: Enlightenment",
    "stat": 0.0015929937362670898
  },
  {
    "type": "Theme",
    "result": {
      "theme1": "",
      "theme2": "Adwaita [GTK3]"
    },
    "stat": 0.11569800972938538
  },
  {
    "type": "Icons",
    "result": {
      "icons1": "",
      "icons2": "gnome [GTK3]"
    },
    "stat": 0.0020639896392822266
  },
  {
    "type": "Font",
    "error": "No fonts found",
    "stat": 0.003215998411178589
  },
  {
    "type": "Cursor",
    "result": {
      "theme": "Adwaita",
      "size": ""
    },
    "stat": 0.003877013921737671
  },
  {
    "type": "Wallpaper",
    "error": "Failed to detect the current wallpaper path",
    "stat": 0.0008009970188140869
  },
  {
    "type": "Terminal",
    "result": {
      "processName": "kitty",
      "exe": "/usr/bin/kitty",
      "exeName": "kitty",
      "exePath": "/usr/bin/kitty",
      "pid": 566636,
      "ppid": 1,
      "prettyName": "kitty",
      "version": "0.45.0",
      "tty": ""
    },
    "stat": 0.07777601480484009
  },
  {
    "type": "TerminalFont",
    "result": {
      "font": {
        "name": "LiberationMono",
        "size": "11",
        "styles": [],
        "pretty": "LiberationMono (11pt)"
      },
      "fallback": {
        "name": "",
        "size": "",
        "styles": [],
        "pretty": ""
      }
    },
    "stat": 3.4381349980831146
  },
  {
    "type": "TerminalSize",
    "result": {
      "columns": 240,
      "rows": 35,
      "width": 1920,
      "height": 560
    },
    "stat": 0.008536010980606079
  },
  {
    "type": "TerminalTheme",
    "result": {
      "fg": {
        "r": 221,
        "g": 221,
        "b": 221,
        "dark": false
      },
      "bg": {
        "r": 51,
        "g": 51,
        "b": 51,
        "dark": true
      }
    },
    "stat": 3.1436319947242737
  },
  {
    "type": "CPU",
    "result": {
      "cpu": "AMD Ryzen 9 9955HX3D",
      "vendor": "AuthenticAMD",
      "packages": 1,
      "cores": {
        "physical": 16,
        "logical": 32,
        "online": 32
      },
      "frequency": {
        "base": 1296,
        "max": 5460
      },
      "coreTypes": [
        {
          "count": 32,
          "freq": 5460
        }
      ],
      "temperature": 55.75,
      "march": "x86_64-v4",
      "numaNodes": 1
    },
    "stat": 0.7656800150871277
  },
  {
    "type": "CPUCache",
    "result": {
      "l1": [
        {
          "size": 49152,
          "num": 16,
          "lineSize": 64,
          "type": "data"
        },
        {
          "size": 32768,
          "num": 16,
          "lineSize": 64,
          "type": "instruction"
        }
      ],
      "l2": [
        {
          "size": 1048576,
          "num": 16,
          "lineSize": 64,
          "type": "unified"
        }
      ],
      "l3": [
        {
          "size": 100663296,
          "num": 1,
          "lineSize": 64,
          "type": "unified"
        },
        {
          "size": 33554432,
          "num": 1,
          "lineSize": 64,
          "type": "unified"
        }
      ]
    },
    "stat": 1.8486460149288177
  },
  {
    "type": "CPUUsage",
    "result": [
      0.0,
      0.0,
      10.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      5.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      5.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0
    ],
    "stat": 200.39419198036194
  },
  {
    "type": "GPU",
    "result": [
      {
        "index": null,
        "coreCount": null,
        "coreUsage": null,
        "memory": {
          "dedicated": {
            "total": null,
            "used": null
          },
          "shared": {
            "total": 536870912,
            "used": 435990528
          },
          "type": null
        },
        "driver": "amdgpu",
        "name": "Radeon Graphics",
        "temperature": 53.0,
        "type": "Integrated",
        "vendor": "AMD",
        "platformApi": "DRM (card1)",
        "frequency": null,
        "deviceId": 27136
      },
      {
        "index": 0,
        "coreCount": 5888,
        "coreUsage": 0.0,
        "memory": {
          "dedicated": {
            "total": 12344295424,
            "used": 100139008
          },
          "shared": {
            "total": null,
            "used": null
          },
          "type": null
        },
        "driver": "nvidia (open source) 580.126.09",
        "name": "NVIDIA GeForce RTX 5070 Ti Laptop GPU",
        "temperature": 48.0,
        "type": "Discrete",
        "vendor": "NVIDIA",
        "platformApi": "DRM (card0)",
        "frequency": 3090,
        "deviceId": 256
      }
    ],
    "stat": 32.09655597805977
  },
  {
    "type": "Memory",
    "result": {
      "total": 32755560448,
      "used": 7098265600
    },
    "stat": 0.011932998895645142
  },
  {
    "type": "PhysicalMemory",
    "error": "Failed to get SMBIOS data",
    "stat": 0.008395999670028687
  },
  {
    "type": "Swap",
    "result": [
      {
        "name": "/dev/nvme1n1p2",
        "used": 101326848,
        "total": 17179865088
      }
    ],
    "stat": 0.00883600115776062
  },
  {
    "type": "Disk",
    "result": [
      {
        "bytes": {
          "available": 2163322179584,
          "free": 2164345655296,
          "total": 2199023255552,
          "used": 34677600256
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "btrfs",
        "mountpoint": "/",
        "mountFrom": "/dev/nvme1n1p3",
        "name": "",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2026-01-15T08:42:29.000-0800"
      },
      {
        "bytes": {
          "available": 1563102285824,
          "free": 1564343914496,
          "total": 1782434496512,
          "used": 218090582016
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "btrfs",
        "mountpoint": "/home",
        "mountFrom": "/dev/nvme1n1p4",
        "name": "",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2026-01-13T21:35:04.000-0800"
      }
    ],
    "stat": 0.12198999524116516
  },
  {
    "type": "Btrfs",
    "result": [
      {
        "name": "",
        "uuid": "a993dfd1-f9eb-41df-8602-01c02b3308a8",
        "devices": "nvme1n1p4",
        "features": "free_space_tree,no_holes,skinny_metadata,extended_iref",
        "generation": 12457,
        "nodeSize": 16384,
        "sectorSize": 4096,
        "totalSize": 1782434496512,
        "allocation": [
          {
            "type": "data",
            "profile": "single",
            "copies": 1,
            "used": 217166901248,
            "total": 225485783040
          },
          {
            "type": "metadata",
            "profile": "dup",
            "copies": 2,
            "used": 341983232,
            "total": 1073741824
          },
          {
            "type": "system",
            "profile": "dup",
            "copies": 2,
            "used": 49152,
            "total": 8388608
          }
        ]
      },
      {
        "name": "",
        "uuid": "45f0b9bb-a1fd-437f-86a4-956a044bed5d",
        "devices": "nvme1n1p3",
        "features": "free_space_tree,no_holes,skinny_metadata,extended_iref",
        "generation": 7603,
        "nodeSize": 16384,
        "sectorSize": 4096,
        "totalSize": 2199023255552,
        "allocation": [
          {
            "type": "data",
            "profile": "single",
            "copies": 1,
            "used": 33535766528,
            "total": 41884319744
          },
          {
            "type": "metadata",
            "profile": "dup",
            "copies": 2,
            "used": 542556160,
            "total": 1073741824
          },
          {
            "type": "system",
            "profile": "dup",
            "copies": 2,
            "used": 16384,
            "total": 8388608
          }
        ]
      }
    ],
    "stat": 0.09872600436210632
  },
  {
    "type": "Zpool",
    "error": "dlopen(libzfs.so) failed",
    "stat": 0.08249500393867493
  },
  {
    "type": "Battery",
    "result": [
      {
        "capacity": 100.0,
        "manufacturer": "AS3GYFG3KC",
        "manufactureDate": "",
        "modelName": "R220358",
        "status": "AC Connected",
        "technology": "Unknown",
        "serial": "3459",
        "temperature": null,
        "cycleCount": 0,
        "timeRemaining": null
      }
    ],
    "stat": 0.3154729902744293
  },
  {
    "type": "PowerAdapter",
    "result": [],
    "stat": 0.08546099066734314
  },
  {
    "type": "Player",
    "error": "Player module is an alias of Media module",
    "stat": 0.000361025333404541
  },
  {
    "type": "LocalIp",
    "result": [
      {
        "name": "wlp4s0",
        "defaultRoute": {
          "ipv4": true,
          "ipv6": false
        },
        "ipv4": "192.168.50.13/24",
        "ipv6": "",
        "mtu": 1500,
        "speed": -1,
        "flags": "UP,BROADCAST,RUNNING,MULTICAST,LOWER_UP"
      }
    ],
    "stat": 0.14948099851608276
  },
  {
    "type": "DNS",
    "result": [
      "192.168.50.1"
    ],
    "stat": 0.0071430206298828125
  },
  {
    "type": "Wifi",
    "result": [
      {
        "inf": {
          "description": "wlp4s0",
          "status": "up"
        },
        "conn": {
          "status": "",
          "ssid": "",
          "bssid": "",
          "protocol": "",
          "security": "",
          "signalQuality": null,
          "rxRate": null,
          "txRate": null,
          "channel": 0,
          "frequency": 0
        }
      }
    ],
    "stat": 0.5653930008411407
  },
  {
    "type": "DateTime",
    "result": "2026-01-20T22:20:50.154-0800",
    "stat": 0.021921008825302124
  },
  {
    "type": "Locale",
    "result": "en_US.UTF-8",
    "stat": 0.002684980630874634
  },
  {
    "type": "Vulkan",
    "result": {
      "apiVersion": "1.4.328",
      "conformanceVersion": "1.4.3",
      "driver": "radv [Mesa 25.3.3]",
      "gpus": [
        {
          "type": "Integrated",
          "vendor": "AMD",
          "name": "AMD Ryzen 9 9955HX3D 16-Core Processor (RADV RAPHAEL_MENDOCINO)",
          "driver": "Mesa 25.3.3",
          "platformApi": "Vulkan 1.4.328",
          "deviceId": 5056,
          "memory": {
            "dedicated": {
              "total": 0,
              "used": null
            },
            "shared": {
              "total": 16914649088,
              "used": null
            }
          },
          "deviceId": 5056
        },
        {
          "type": "Discrete",
          "vendor": "NVIDIA",
          "name": "NVIDIA GeForce RTX 5070 Ti Laptop GPU",
          "driver": "580.126.09",
          "platformApi": "Vulkan 1.4.312",
          "deviceId": 12120,
          "memory": {
            "dedicated": {
              "total": 12820938752,
              "used": null
            },
            "shared": {
              "total": 24566670336,
              "used": null
            }
          },
          "deviceId": 12120
        }
      ]
    },
    "stat": 68.75270700454712
  },
  {
    "type": "OpenGL",
    "result": {
      "version": "4.6.0 NVIDIA 580.126.09",
      "renderer": "NVIDIA GeForce RTX 5070 Ti Laptop GPU/PCIe/SSE2",
      "vendor": "NVIDIA Corporation",
      "slv": "4.60 NVIDIA",
      "library": "EGL 1.5"
    },
    "stat": 133.86105898022652
  },
  {
    "type": "OpenCL",
    "error": "fastfetch was compiled without OpenCL support",
    "stat": 0.001623004674911499
  },
  {
    "type": "Users",
    "result": [
      {
        "name": "yakaru",
        "hostName": ":1",
        "sessionName": ":1",
        "clientIp": "",
        "loginTime": "2026-01-19T15:49:24.299-0800"
      }
    ],
    "stat": 0.04044601321220398
  },
  {
    "type": "Bluetooth",
    "result": [],
    "stat": 0.011550992727279663
  },
  {
    "type": "BluetoothRadio",
    "result": [
      {
        "name": "",
        "address": "",
        "lmpVersion": null,
        "lmpSubversion": null,
        "vendor": "Unknown",
        "enabled": false,
        "discoverable": false,
        "connectable": false
      }
    ],
    "stat": 0.19402500987052917
  },
  {
    "type": "Sound",
    "error": "Fastfetch was built without libpulse support",
    "stat": 0.0006510019302368164
  },
  {
    "type": "Camera",
    "result": [
      {
        "name": "USB2.0 FHD UVC WebCam: ASUS FHD",
        "vendor": "",
        "colorSpace": "sRGB",
        "id": "usb-0000:6b:00.0-1",
        "width": 1920,
        "height": 1080
      }
    ],
    "stat": 0.019076019525527954
  },
  {
    "type": "Gamepad",
    "result": [
      {
        "serial": "",
        "name": "Microsoft X-Box One Elite 2 pad",
        "ignored": false
      }
    ],
    "stat": 0.0383719801902771
  },
  {
    "type": "Mouse",
    "result": [
      {
        "serial": "",
        "name": "ASUF1416:00 2808:0108 Touchpad",
        "ignored": false
      },
      {
        "serial": "",
        "name": "Asus Keyboard",
        "ignored": false
      },
      {
        "serial": "",
        "name": "ASUF1416:00 2808:0108 Mouse",
        "ignored": false
      }
    ],
    "stat": 0.03886300325393677
  },
  {
    "type": "Keyboard",
    "result": [
      {
        "serial": "",
        "name": "ASUF1416:00 2808:0108 Keyboard",
        "ignored": false
      }
    ],
    "stat": 0.019816994667053223
  },
  {
    "type": "Weather",
    "error": "Empty server response received",
    "stat": 1008.2980140149593
  },
  {
    "type": "NetIO",
    "result": [
      {
        "name": "wlp4s0",
        "defaultRoute": true,
        "txBytes": 943,
        "rxBytes": 1872,
        "txPackets": 11,
        "rxPackets": 12,
        "rxErrors": 0,
        "txErrors": 0,
        "rxDrops": 0,
        "txDrops": 0
      }
    ],
    "stat": 0.1636579930782318
  },
  {
    "type": "DiskIO",
    "result": [
      {
        "name": "WD_BLACK SN850X 4000GB",
        "devPath": "/dev/nvme0n1",
        "bytesRead": 0,
        "bytesWritten": 0,
        "readCount": 0,
        "writeCount": 0
      },
      {
        "name": "WD_BLACK SN850X 4000GB",
        "devPath": "/dev/nvme1n1",
        "bytesRead": 0,
        "bytesWritten": 3072000,
        "readCount": 0,
        "writeCount": 224
      }
    ],
    "stat": 0.12270098924636841
  },
  {
    "type": "PhysicalDisk",
    "result": [
      {
        "name": "WD_BLACK SN850X 4000GB",
        "devPath": "/dev/nvme0n1",
        "interconnect": "NVMe",
        "kind": "SSD",
        "size": 4000787030016,
        "serial": "25225B800666",
        "removable": false,
        "readOnly": false,
        "revision": "624361WD",
        "temperature": 28.85
      },
      {
        "name": "WD_BLACK SN850X 4000GB",
        "devPath": "/dev/nvme1n1",
        "interconnect": "NVMe",
        "kind": "SSD",
        "size": 4000787030016,
        "serial": "252269801637",
        "removable": false,
        "readOnly": false,
        "revision": "624361WD",
        "temperature": 26.85
      }
    ],
    "stat": 44.70449501276016
  },
  {
    "type": "TPM",
    "result": {
      "version": "2.0",
      "description": "TPM 2.0 Device"
    },
    "stat": 0.19241201877593994
  },
  {
    "type": "Version",
    "result": {
      "projectName": "fastfetch",
      "sysName": "Linux",
      "architecture": "x86_64",
      "version": "2.57.1",
      "versionGit": "",
      "cmakeBuiltType": "RelWithDebInfo",
      "compileTime": "Jan 19 2026, 14:40:12",
      "compiler": "gcc 15.2.1",
      "debugMode": false,
      "libc": "glibc 2.42"
    },
    "stat": 0.0027750134468078613
  },
  {
    "type": "Break",
    "error": "Unsupported for JSON format",
    "stat": 0.00226399302482605
  },
  {
    "type": "Colors",
    "error": "Unsupported for JSON format",
    "stat": 0.0008710026741027832
  }
]

Features built-in

threads
vulkan
wayland
drm_amdgpu
dbus
imagemagick7
zlib
egl
glx
libzfs
System yyjson
linux/videodev2
linux/wireless

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions