Skip to content

[BUG] bash script in config now returns "read(childpipefd, str, ff_pipe_bufsiz) failed" #2056

@mhjessen

Description

@mhjessen

Read the FAQ first

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

Description

I have a fastfetch custom module in my config which has been using a bash script to show the date/time of the latest Timeshift since Thursday, June 19, 2025 without issues.

After upgrading to fastfetch 2.55.0~noble amd64 the script is failing with no fastfetch output where the custom module output should be. The rest of the fastfetch output is OK.

I added fastfetch command line option ' --show-errors true' and it shows the custom module bash script output: read(childpipefd, str, ff_pipe_bufsiz) failed

The expected output result should be: "Latest Timeshift: ✔ Friday, November 14, 2025 - 10:00 AM PST" OR "Latest Timeshift: ✘ /media/user/external_drive is NOT mounted!"

I have rolled back to fastfetch 2.54.0 and the bash script is working as expected without issues. No changes to the fastfetch config were necessary.

NOTE: I tried fastfetch 2.55.0 installed from both 'GitHub Releases' and 'apt' with the same resulting output error.

Version used

2.55.0~noble amd64

Bug prevalence

Always

Regression

Yes

Installation

Package manager

Package manager

apt

Screenshots

Without the fastfetch command line option ' --show-errors true' there is no output for the custom module.

Using the fastfetch command line option ' --show-errors true' the output in red text is: "Latest Timeshift: read(childpipefd, str, ff_pipe_bufsiz) failed"

Configuration

The custom module in my config:

    {
        "type": "command",
        "text": "sudo bash /usr/local/bin/ts-snapshot ; echo",
        "key": "Latest Timeshift",
    },

This module has been working without issue since Thursday, June 19, 2025 on fastfetch version prior to 2.55.0~noble amd64.

System information

Personally identifiable information redacted using 'MMMM' and '##'

[
  {
    "type": "Title",
    "result": {
      "userName": "MMMM",
      "fullUserName": "MMMM,,,",
      "hostName": "MMMM",
      "homeDir": "/home/MMMM/",
      "exePath": "/usr/bin/fastfetch",
      "userShell": "/bin/bash"
    },
    "stat": 0.006213000044226646
  },
  {
    "type": "Separator",
    "error": "Unsupported for JSON format",
    "stat": 0.00047999992966651917
  },
  {
    "type": "OS",
    "result": {
      "buildID": "",
      "codename": "zara",
      "id": "linuxmint",
      "idLike": "ubuntu debian",
      "name": "Linux Mint",
      "prettyName": "Linux Mint 22.2",
      "variant": "",
      "variantID": "",
      "version": "22.2 (Zara)",
      "versionID": "22.2"
    },
    "stat": 0.018679000437259674
  },
  {
    "type": "Host",
    "result": {
      "family": "",
      "name": "SEi",
      "version": "",
      "sku": "",
      "vendor": "AZW",
      "serial": "",
      "uuid": ""
    },
    "stat": 0.0778769999742508
  },
  {
    "type": "BIOS",
    "result": {
      "date": "11/18/2022",
      "release": "5.25",
      "vendor": "American Megatrends International, LLC.",
      "version": "ALDER108",
      "type": "UEFI"
    },
    "stat": 0.027180000208318233
  },
  {
    "type": "Bootmgr",
    "result": {
      "name": "Ubuntu",
      "firmware": "\\EFI\\UBUNTU\\SHIMX64.EFI",
      "order": 3,
      "secureBoot": false
    },
    "stat": 0.5134389996528625
  },
  {
    "type": "Board",
    "result": {
      "name": "SEi",
      "vendor": "AZW",
      "version": "",
      "serial": ""
    },
    "stat": 0.030337000265717506
  },
  {
    "type": "Chassis",
    "result": {
      "type": "Desktop",
      "vendor": "",
      "version": "",
      "serial": ""
    },
    "stat": 0.043314999900758266
  },
  {
    "type": "Kernel",
    "result": {
      "architecture": "x86_64",
      "name": "Linux",
      "release": "6.8.0-87-generic",
      "version": "#88-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 09:28:41 UTC 2025",
      "pageSize": 4096
    },
    "stat": 0.0008390005677938461
  },
  {
    "type": "InitSystem",
    "result": {
      "name": "systemd",
      "exe": "/usr/lib/systemd/systemd",
      "version": "255.4-1ubuntu8.11",
      "pid": 1
    },
    "stat": 0.2627980001270771
  },
  {
    "type": "Uptime",
    "result": {
      "uptime": 7908490,
      "bootTime": "2025-11-14T08:23:01.952-0800"
    },
    "stat": 0.02907799929380417
  },
  {
    "type": "Loadavg",
    "result": [
      0.29,
      0.41,
      0.43
    ],
    "stat": 0.00979899987578392
  },
  {
    "type": "Processes",
    "result": 376,
    "stat": 0.208619000390172
  },
  {
    "type": "Packages",
    "result": {
      "all": 3035,
      "amSystem": 0,
      "amUser": 0,
      "apk": 0,
      "brew": 0,
      "brewCask": 0,
      "choco": 0,
      "dpkg": 2986,
      "emerge": 0,
      "eopkg": 0,
      "flatpakSystem": 49,
      "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,
      "sorcery": 0,
      "winget": 0,
      "xbps": 0,
      "pacmanBranch": ""
    },
    "stat": 0.6804990004748106
  },
  {
    "type": "Shell",
    "result": {
      "exe": "/bin/bash",
      "exeName": "bash",
      "exePath": "/usr/bin/bash",
      "pid": 304777,
      "ppid": 304770,
      "processName": "bash",
      "prettyName": "bash",
      "version": "5.2.21",
      "tty": 0
    },
    "stat": 0.1821310007944703
  },
  {
    "type": "Editor",
    "result": {
      "type": "Editor",
      "name": "nano -f /etc/nanorc",
      "path": "",
      "version": ""
    },
    "stat": 0.017262999899685383
  },
  {
    "type": "Display",
    "result": [
      {
        "id": 0,
        "name": "MMMM",
        "primary": true,
        "output": {
          "width": 3840,
          "height": 2160,
          "refreshRate": 30.0,
          "drrStatus": null
        },
        "scaled": {
          "width": 3840,
          "height": 2160
        },
        "preferred": {
          "width": 3840,
          "height": 2160,
          "refreshRate": 30.0
        },
        "physical": {
          "width": 597,
          "height": 336
        },
        "rotation": 0,
        "bitDepth": 8,
        "hdrStatus": "Unsupported",
        "type": "External",
        "manufactureDate": {
          "year": 2022,
          "week": 33
        },
        "serial": null,
        "platformApi": "xcb-randr-mode"
      }
    ],
    "stat": 1.0023630000650883
  },
  {
    "type": "Brightness",
    "result": [],
    "stat": 0.17296599969267845
  },
  {
    "type": "Monitor",
    "error": "Monitor module is an alias of Display module",
    "stat": 0.0010719997808337212
  },
  {
    "type": "LM",
    "result": {
      "service": "lightdm",
      "type": "X11",
      "version": "1.30.0"
    },
    "stat": 2.043902000412345
  },
  {
    "type": "DE",
    "result": {
      "processName": "cinnamon",
      "prettyName": "Cinnamon",
      "version": "6.4.8"
    },
    "stat": 0.011611999943852425
  },
  {
    "type": "WM",
    "result": {
      "processName": "Mutter (Muffin)",
      "prettyName": "Muffin",
      "protocolName": "X11",
      "pluginName": "",
      "version": ""
    },
    "stat": 0.0024849995970726013
  },
  {
    "type": "WMTheme",
    "result": "Mint-X-Teal (Mint-Y)",
    "stat": 1.1297009997069836
  },
  {
    "type": "Theme",
    "result": {
      "theme1": "",
      "theme2": "Mint-X-Teal [GTK2/3/4]"
    },
    "stat": 0.032367000356316566
  },
  {
    "type": "Icons",
    "result": {
      "icons1": "",
      "icons2": "Mint-X-Teal [GTK2/3/4]"
    },
    "stat": 0.0016130004078149796
  },
  {
    "type": "Font",
    "result": {
      "display": "Ubuntu (11pt) [GTK2/3/4]",
      "fonts": [
        "",
        "Ubuntu (11pt)",
        "Ubuntu (11pt)",
        "Ubuntu (11pt)"
      ]
    },
    "stat": 0.008156999945640564
  },
  {
    "type": "Cursor",
    "result": {
      "theme": "Bibata-Modern-Classic",
      "size": "24"
    },
    "stat": 0.007179000414907932
  },
  {
    "type": "Wallpaper",
    "result": "/home/MMMM/Pictures/wallpapers/wp-0398.jpg",
    "stat": 0.0009800000116229057
  },
  {
    "type": "Terminal",
    "result": {
      "processName": "tilix",
      "exe": "/usr/bin/tilix",
      "exeName": "tilix",
      "exePath": "/usr/bin/tilix",
      "pid": 304770,
      "ppid": 2306,
      "prettyName": "tilix",
      "version": "1.9.6",
      "tty": ""
    },
    "stat": 0.16182500030845404
  },
  {
    "type": "TerminalFont",
    "result": {
      "font": {
        "name": "Consolas",
        "size": "13",
        "styles": [],
        "pretty": "Consolas (13pt)"
      },
      "fallback": {
        "name": "",
        "size": "",
        "styles": [],
        "pretty": ""
      }
    },
    "stat": 0.04640199989080429
  },
  {
    "type": "TerminalSize",
    "result": {
      "columns": 383,
      "rows": 99,
      "width": 3830,
      "height": 2079
    },
    "stat": 29.992211000062525
  },
  {
    "type": "TerminalTheme",
    "result": {
      "fg": {
        "r": 255,
        "g": 255,
        "b": 255,
        "dark": false
      },
      "bg": {
        "r": 0,
        "g": 0,
        "b": 0,
        "dark": true
      }
    },
    "stat": 34.01648200023919
  },
  {
    "type": "CPU",
    "result": {
      "cpu": "12th Gen Intel(R) Core(TM) i5-1235U",
      "vendor": "GenuineIntel",
      "packages": 1,
      "cores": {
        "physical": 10,
        "logical": 12,
        "online": 12
      },
      "frequency": {
        "base": 2500,
        "max": 4400
      },
      "coreTypes": [
        {
          "count": 8,
          "freq": 900
        },
        {
          "count": 4,
          "freq": 1300
        }
      ],
      "temperature": 40.0,
      "march": "x86_64-v3"
    },
    "stat": 1.805350000038743
  },
  {
    "type": "CPUCache",
    "result": {
      "l1": [
        {
          "size": 32768,
          "num": 8,
          "lineSize": 64,
          "type": "data"
        },
        {
          "size": 65536,
          "num": 8,
          "lineSize": 64,
          "type": "instruction"
        },
        {
          "size": 49152,
          "num": 2,
          "lineSize": 64,
          "type": "data"
        },
        {
          "size": 32768,
          "num": 2,
          "lineSize": 64,
          "type": "instruction"
        }
      ],
      "l2": [
        {
          "size": 2097152,
          "num": 2,
          "lineSize": 64,
          "type": "unified"
        },
        {
          "size": 1310720,
          "num": 2,
          "lineSize": 64,
          "type": "unified"
        }
      ],
      "l3": [
        {
          "size": 12582912,
          "num": 1,
          "lineSize": 64,
          "type": "unified"
        }
      ]
    },
    "stat": 1.3747960003092885
  },
  {
    "type": "CPUUsage",
    "result": [
      0.0,
      0.0,
      5.0,
      0.0,
      5.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0
    ],
    "stat": 200.24292600061744
  },
  {
    "type": "GPU",
    "result": [
      {
        "index": null,
        "coreCount": 80,
        "coreUsage": null,
        "memory": {
          "dedicated": {
            "total": 0,
            "used": 0
          },
          "shared": {
            "total": 33415430144,
            "used": 0
          },
          "type": null
        },
        "driver": "i915",
        "name": "Iris Xe Graphics",
        "temperature": null,
        "type": "Integrated",
        "vendor": "Intel",
        "platformApi": "DRM (card1)",
        "frequency": 1200,
        "deviceId": 20
      }
    ],
    "stat": 0.23772099986672401
  },
  {
    "type": "Memory",
    "result": {
      "total": 33415430144,
      "used": 5168472064
    },
    "stat": 0.012152999639511108
  },
  {
    "type": "PhysicalMemory",
    "error": "Failed to get SMBIOS data",
    "stat": 0.006140000186860561
  },
  {
    "type": "Swap",
    "result": [
      {
        "name": "/dev/zram0",
        "used": 0,
        "total": 8353853440
      }
    ],
    "stat": 0.008694999851286411
  },
  {
    "type": "Disk",
    "result": [
      {
        "bytes": {
          "available": 132816248832,
          "free": 158029676544,
          "total": 494873812992,
          "used": 336844136448
        },
        "files": {
          "total": 30760960,
          "used": 1183032
        },
        "filesystem": "ext4",
        "mountpoint": "/",
        "mountFrom": "/dev/nvme0n1p6",
        "name": "Mint22",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2024-09-06T15:32:39.000-0700"
      },
      {
        "bytes": {
          "available": 61948928,
          "free": 61948928,
          "total": 100663296,
          "used": 38714368
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "vfat",
        "mountpoint": "/boot/efi",
        "mountFrom": "/dev/nvme0n1p1",
        "name": "EFI system partition",
        "volumeType": [
          "Regular"
        ],
        "createTime": null
      },
      {
        "bytes": {
          "available": 640127819776,
          "free": 740164485120,
          "total": 1967864131584,
          "used": 1227699646464
        },
        "files": {
          "total": 122101760,
          "used": 31384786
        },
        "filesystem": "ext4",
        "mountpoint": "/media/MMMM/EXTERNAL-SSD",
        "mountFrom": "/dev/sdb1",
        "name": "samsung-2tb",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2024-05-01T09:38:31.000-0700"
      },
      {
        "bytes": {
          "available": 64645632000,
          "free": 70031118336,
          "total": 105090060288,
          "used": 35058941952
        },
        "files": {
          "total": 6553600,
          "used": 8678
        },
        "filesystem": "ext4",
        "mountpoint": "/mnt/docs",
        "mountFrom": "/dev/sda4",
        "name": "docs",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2023-01-08T16:57:40.000-0800"
      },
      {
        "bytes": {
          "available": 46346125312,
          "free": 49047257088,
          "total": 52521938944,
          "used": 3474681856
        },
        "files": {
          "total": 3276800,
          "used": 1208
        },
        "filesystem": "ext4",
        "mountpoint": "/mnt/down",
        "mountFrom": "/dev/sda3",
        "name": "down",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2023-01-08T16:57:37.000-0800"
      },
      {
        "bytes": {
          "available": 98660876288,
          "free": 104046362624,
          "total": 105090060288,
          "used": 1043697664
        },
        "files": {
          "total": 6553600,
          "used": 1147
        },
        "filesystem": "ext4",
        "mountpoint": "/mnt/music",
        "mountFrom": "/dev/sda7",
        "name": "music",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2023-01-08T16:57:48.000-0800"
      },
      {
        "bytes": {
          "available": 58904358912,
          "free": 64289845248,
          "total": 105090060288,
          "used": 40800215040
        },
        "files": {
          "total": 6553600,
          "used": 24803
        },
        "filesystem": "ext4",
        "mountpoint": "/mnt/pics",
        "mountFrom": "/dev/sda5",
        "name": "pics",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2023-01-08T16:57:42.000-0800"
      },
      {
        "bytes": {
          "available": 20804743168,
          "free": 26190229504,
          "total": 105090060288,
          "used": 78899830784
        },
        "files": {
          "total": 6553600,
          "used": 7234
        },
        "filesystem": "ext4",
        "mountpoint": "/mnt/safe",
        "mountFrom": "/dev/sda8",
        "name": "safe",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2023-01-08T16:57:51.000-0800"
      },
      {
        "bytes": {
          "available": 88549699584,
          "free": 93809356800,
          "total": 102611374080,
          "used": 8802017280
        },
        "files": {
          "total": 6406144,
          "used": 85
        },
        "filesystem": "ext4",
        "mountpoint": "/mnt/stuff",
        "mountFrom": "/dev/sda11",
        "name": "stuff",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2024-10-03T11:47:05.000-0700"
      },
      {
        "bytes": {
          "available": 72993042432,
          "free": 78378528768,
          "total": 105090060288,
          "used": 26711531520
        },
        "files": {
          "total": 6553600,
          "used": 228
        },
        "filesystem": "ext4",
        "mountpoint": "/mnt/txfr",
        "mountFrom": "/dev/sda10",
        "name": "txfr",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2023-01-08T16:57:58.000-0800"
      },
      {
        "bytes": {
          "available": 27521773568,
          "free": 32907259904,
          "total": 105090060288,
          "used": 72182800384
        },
        "files": {
          "total": 6553600,
          "used": 786
        },
        "filesystem": "ext4",
        "mountpoint": "/mnt/vids",
        "mountFrom": "/dev/sda6",
        "name": "vids",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2023-01-08T16:57:45.000-0800"
      },
      {
        "bytes": {
          "available": 52718628864,
          "free": 58104115200,
          "total": 105090060288,
          "used": 46985945088
        },
        "files": {
          "total": 6553600,
          "used": 15674
        },
        "filesystem": "ext4",
        "mountpoint": "/mnt/work",
        "mountFrom": "/dev/sda9",
        "name": "work",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2023-01-08T16:57:55.000-0800"
      }
    ],
    "stat": 0.43497500009834766
  },
  {
    "type": "Btrfs",
    "result": [],
    "stat": 0.0056839995086193085
  },
  {
    "type": "Zpool",
    "result": [],
    "stat": 1.167555999942124
  },
  {
    "type": "Battery",
    "result": [],
    "stat": 0.0314130000770092
  },
  {
    "type": "PowerAdapter",
    "result": [],
    "stat": 0.010500999167561531
  },
  {
    "type": "Player",
    "error": "Player module is an alias of Media module",
    "stat": 0.00027300044894218445
  },
  {
    "type": "Media",
    "error": "No media found",
    "stat": 2.94259599968791
  },
  {
    "type": "PublicIp",
    "result": {
      "ip": "##.##.##.##",
      "location": "MMMM, US"
    },
    "stat": 0.05345000047236681
  },
  {
    "type": "LocalIp",
    "result": [
      {
        "name": "eth0",
        "defaultRoute": {
          "ipv4": true,
          "ipv6": true
        },
        "ipv4": "##.##.##.##/24",
        "ipv6": "####:####:####:####::####/128,####:####:####:####:####:####:####:####/64,####:####:####:####:####:####:####:####/64,####::####:####:####:####/64",
        "mac": "##:##:##:##:##:##",
        "mtu": 1500,
        "speed": 1000,
        "flags": "UP,BROADCAST,RUNNING,MULTICAST,LOWER_UP"
      }
    ],
    "stat": 0.16329900082200766
  },
  {
    "type": "DNS",
    "result": [
      "##.##.##.##",
      "####::####:####:####:####",
      "##.##.##.##",
      "####::####:####:####:####%2"
    ],
    "stat": 0.018126999959349632
  },
  {
    "type": "Wifi",
    "result": [
      {
        "inf": {
          "description": "wlo1",
          "status": "down"
        },
        "conn": {
          "status": "disconnected",
          "ssid": "",
          "bssid": "",
          "protocol": "",
          "security": "",
          "signalQuality": null,
          "rxRate": null,
          "txRate": null,
          "channel": 0,
          "frequency": 0
        }
      }
    ],
    "stat": 0.10925500001758337
  },
  {
    "type": "DateTime",
    "result": "2025-11-14T10:34:50.720-0800",
    "stat": 0.006651000119745731
  },
  {
    "type": "Locale",
    "result": "en_US.UTF-8",
    "stat": 0.0012420006096363068
  },
  {
    "type": "Vulkan",
    "result": {
      "apiVersion": "1.4.305",
      "conformanceVersion": "1.4",
      "driver": "Intel open-source Mesa driver [Mesa 25.0.7-0ubuntu0.24.04.2]",
      "gpus": [
        {
          "type": "Integrated",
          "vendor": "Intel",
          "name": "Intel(R) Iris(R) Xe Graphics (ADL GT2)",
          "driver": "Mesa 25.0.7-0ubuntu0.24.04.2",
          "platformApi": "Vulkan 1.4.305",
          "deviceId": 18088,
          "memory": {
            "dedicated": {
              "total": 0,
              "used": null
            },
            "shared": {
              "total": 16707715072,
              "used": null
            }
          },
          "deviceId": 18088
        }
      ]
    },
    "stat": 16.33415799960494
  },
  {
    "type": "OpenGL",
    "result": {
      "version": "4.6 (Compatibility Profile) Mesa 25.0.7-0ubuntu0.24.04.2",
      "renderer": "Mesa Intel(R) Iris(R) Xe Graphics (ADL GT2)",
      "vendor": "Intel",
      "slv": "4.60",
      "library": "EGL 1.5"
    },
    "stat": 7.5508150001987815
  },
  {
    "type": "OpenCL",
    "result": {
      "version": "1.1 Mesa 25.0.7-0ubuntu0.24.04.2",
      "name": "Clover",
      "vendor": "Mesa",
      "gpus": [
        {
          "type": "Integrated",
          "vendor": "Intel",
          "name": "Intel(R) Iris(R) Xe Graphics",
          "driver": "23.43.027642",
          "platformApi": "OpenCL 3.0 NEO",
          "coreCount": 80,
          "frequency": 1200,
          "memory": {
            "dedicated": {
              "total": null,
              "used": null
            },
            "shared": {
              "total": 30938644480,
              "used": null
            }
          },
          "deviceId": 109940709794912
        }
      ]
    },
    "stat": 29.656879000365734
  },
  {
    "type": "Users",
    "result": [
      {
        "name": "MMMM",
        "hostName": ":0",
        "sessionName": "tty7",
        "clientIp": "",
        "loginTime": "2025-11-14T08:23:17.109-0800"
      }
    ],
    "stat": 0.03761299978941679
  },
  {
    "type": "Bluetooth",
    "result": [],
    "stat": 0.009883000515401363
  },
  {
    "type": "BluetoothRadio",
    "result": [
      {
        "name": "MMMM",
        "address": "##:##:##:##:##:##",
        "lmpVersion": 11,
        "lmpSubversion": null,
        "vendor": "Intel",
        "enabled": false,
        "discoverable": false,
        "connectable": true
      }
    ],
    "stat": 1.154365999624133
  },
  {
    "type": "Sound",
    "result": [
      {
        "active": true,
        "main": true,
        "volume": 30,
        "name": "Built-in Audio Analog Stereo",
        "identifier": "alsa_output.pci-0000_00_1f.3.analog-stereo",
        "platformApi": "PipeWire 1.0.7"
      }
    ],
    "stat": 3.564871000126004
  },
  {
    "type": "Camera",
    "result": [],
    "stat": 0.023390999995172024
  },
  {
    "type": "Gamepad",
    "result": [],
    "stat": 0.03804399911314249
  },
  {
    "type": "Mouse",
    "result": [
      {
        "serial": "##-##-##-##",
        "name": "Logitech M720 Triathlon",
        "ignored": false
      }
    ],
    "stat": 0.04541399981826544
  },
  {
    "type": "Keyboard",
    "result": [
      {
        "serial": "##-##-##-##",
        "name": "Logitech K270",
        "ignored": false
      }
    ],
    "stat": 0.03708100039511919
  },
  {
    "type": "Weather",
    "result": "+##°F - Sunny (MMMM, MMMM, United States)",
    "stat": 377.3588079996407
  },
  {
    "type": "NetIO",
    "result": [
      {
        "name": "eth0",
        "defaultRoute": true,
        "txBytes": 18662,
        "rxBytes": 15933,
        "txPackets": 69,
        "rxPackets": 83,
        "rxErrors": 0,
        "txErrors": 0,
        "rxDrops": 0,
        "txDrops": 0
      }
    ],
    "stat": 285.8278800006956
  },
  {
    "type": "DiskIO",
    "result": [
      {
        "name": "MMMM",
        "devPath": "/dev/nvme0n1",
        "bytesRead": 0,
        "bytesWritten": 20480,
        "readCount": 0,
        "writeCount": 3
      },
      {
        "name": "MMMM",
        "devPath": "/dev/sdb",
        "bytesRead": 0,
        "bytesWritten": 0,
        "readCount": 0,
        "writeCount": 0
      },
      {
        "name": "MMMM",
        "devPath": "/dev/sda",
        "bytesRead": 0,
        "bytesWritten": 0,
        "readCount": 0,
        "writeCount": 0
      }
    ],
    "stat": 0.11125100031495094
  },
  {
    "type": "PhysicalDisk",
    "result": [
      {
        "name": "MMMM",
        "devPath": "/dev/nvme0n1",
        "interconnect": "NVMe",
        "kind": "SSD",
        "size": 1000204886016,
        "serial": "MMMM",
        "removable": false,
        "readOnly": false,
        "revision": "MMMM",
        "temperature": 38.85
      },
      {
        "name": "MMMM",
        "devPath": "/dev/sdb",
        "interconnect": "USB",
        "kind": "SSD",
        "size": 2000398934016,
        "serial": "",
        "removable": false,
        "readOnly": false,
        "revision": "0",
        "temperature": null
      },
      {
        "name": "MMMM",
        "devPath": "/dev/sda",
        "interconnect": "ATA",
        "kind": "SSD",
        "size": 2000398934016,
        "serial": "",
        "removable": false,
        "readOnly": false,
        "revision": "2B6Q",
        "temperature": null
      }
    ],
    "stat": 2.847713000141084
  },
  {
    "type": "TPM",
    "result": {
      "version": "2.0",
      "description": "TPM 2.0 Device"
    },
    "stat": 0.017285999841988087
  },
  {
    "type": "Version",
    "result": {
      "projectName": "fastfetch",
      "sysName": "Linux",
      "architecture": "x86_64",
      "version": "2.54.0",
      "versionGit": "",
      "cmakeBuiltType": "RelWithDebInfo",
      "compileTime": "Oct 18 2025, 02:17:52",
      "compiler": "gcc 13.1.0",
      "debugMode": false,
      "libc": "glibc 2.35"
    },
    "stat": 0.000833999365568161
  },
  {
    "type": "Break",
    "error": "Unsupported for JSON format",
    "stat": 0.0010450007393956184
  },
  {
    "type": "Colors",
    "error": "Unsupported for JSON format",
    "stat": 0.00034300051629543304
  }
]

Features built-in

threads
vulkan
wayland
xcb-randr
xrandr
drm
drm_amdgpu
gio
dconf
dbus
imagemagick7
imagemagick6
zlib
sqlite3
rpm
egl
glx
opencl
libpulse
libddcutil
libelf
libzfs
Directx Headers
linux/videodev2
linux/wireless
Embedded pciids

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions