Skip to content

[BUG] PublicIp not giving the same response between my config and all.jsonc #2401

@UnderscoreSkyy

Description

@UnderscoreSkyy

Read the FAQ first

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

Description

When executing fastfetch with my config publicip only shows once per boot then always send the same result each call, but if I launch with the all config I always get the information.

As comparison between my config and all.jsonc

config.jsonc all.jsonc
{
"type": "PublicIp",
"error": "Empty server response received",
"stat": 0.010970999952405691
},
{
"type": "PublicIp",
"result": {
"ip": "XXX.XXX.XXX.XXX",
"location": "Somewhere"
},
"stat": 0.0630689999088645
},

Version used

fastfetch 2.64.2 (x86_64)

Bug prevalence

Always

Regression

Yes

Installation

Package manager

Package manager

pacman

Screenshots

No response

Configuration

{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": {
    "source": "arch2",
    "padding": {
      "top": 1,
      "left": 3
    }
  },
  "display": {
    "separator": "",
    "size": {
      "binaryPrefix": "jedec",
      "ndigits": 0,
      "maxPrefix": "GB"
    },
    "percent": {
      "type": 3
    }
  },
  "modules": [
    "break",
    {
      "type": "custom",
      "format": "╭──── Hardware",
      "outputColor": "green"
    },
    {
      "type": "host",
      "key": "│  ",
      "keyColor": "green",
      "format": "{name}"
    },
    {
      "type": "cpu",
      "key": "│  ",
      "showPeCoreCount": true,
      "keyColor": "green"
    },
    {
      "type": "gpu",
      "key": "│ 󰢮 ",
      "keyColor": "green",
      "format": "{vendor} {name} ({driver}) [{type}]"
    },
    {
      "type": "custom",
      "format": "",
      "outputColor": "green"
    },
    {
      "type": "memory",
      "key": "│  ",
      "keyColor": "green"
    },
    {
      "type": "disk",
      "key": "│  ",
      "keyColor": "green",
      "showHidden": false,
      "format": "{size-percentage-bar} {name} {size-used} / {size-total} ({size-percentage})"
    },
    {
      "type": "custom",
      "format": "╰────",
      "outputColor": "green"
    },
    {
      "type": "custom",
      "format": "╭──── Software",
      "outputColor": "yellow"
    },
    {
      "type": "os",
      "key": "│  ",
      "keyColor": "yellow"
    },
    {
      "type": "kernel",
      "key": "│  ",
      "keyColor": "yellow"
    },
    {
      "type": "shell",
      "key": "│  ",
      "keyColor": "yellow"
    },
    {
      "type": "custom",
      "format": "",
      "outputColor": "yellow"
    },
    {
      "type": "de",
      "key": "│  ",
      "keyColor": "yellow"
    },
    {
      "type": "wm",
      "key": "│  ",
      "keyColor": "yellow"
    },
    {
      "type": "custom",
      "format": "╰────",
      "outputColor": "yellow"
    },
    {
      "type": "custom",
      "format": "╭──── Internet",
      "outputColor": "red"
    },
    {
      "type": "localip",
      "key": "│  ",
      "keyColor": "red",
      "showIpv4": true,
      "showIpv6": true,
      "showPrefixLen": false,
      "showSpeed": true,
      "format": "{1} | {2} | {7}"
    },
    {
      "type": "publicip",
      "key": "│ 󰇧 ",
      "keyColor": "red",
      "format": "{#31;41}{ip}",
      "timeout": 1000
    },
    {
      "type": "custom",
      "format": "╰────",
      "outputColor": "red"
    },
    "colors"
  ]
}

System information

[
  {
    "type": "Title",
    "result": {
      "userId": 1000,
      "userName": "skyy",
      "fullUserName": "Skyy",
      "hostName": "powerhouse",
      "homeDir": "/home/skyy/",
      "exePath": "/usr/bin/fastfetch",
      "userShell": "/bin/fish",
      "pid": 15730,
      "cwd": "/home/skyy/"
    },
    "stat": 0.0026850001886487007
  },
  {
    "type": "Separator",
    "error": "Unsupported for JSON format",
    "stat": 0.0017630001530051231
  },
  {
    "type": "OS",
    "result": {
      "buildID": "rolling",
      "codename": "",
      "id": "cachyos",
      "idLike": "arch",
      "name": "CachyOS Linux",
      "prettyName": "CachyOS",
      "variant": "",
      "variantID": "",
      "version": "rolling",
      "versionID": ""
    },
    "stat": 0.014688000082969666
  },
  {
    "type": "Host",
    "result": {
      "family": "X870E MB",
      "name": "X870E AORUS ELITE WIFI7",
      "version": "Default string-CF-WCP-ADO",
      "sku": "",
      "vendor": "Gigabyte Technology Co., Ltd.",
      "serial": "",
      "uuid": ""
    },
    "stat": 0.026440000161528587
  },
  {
    "type": "BIOS",
    "result": {
      "date": "02/05/2026",
      "release": "5.41",
      "vendor": "American Megatrends International, LLC.",
      "version": "F11",
      "type": "UEFI"
    },
    "stat": 0.014627000316977501
  },
  {
    "type": "Bootmgr",
    "result": {
      "name": "Limine",
      "firmware": "\\EFI\\limine\\limine_x64.efi",
      "order": 0,
      "secureBoot": false
    },
    "stat": 0.14839000022038817
  },
  {
    "type": "Board",
    "result": {
      "name": "X870E AORUS ELITE WIFI7",
      "vendor": "Gigabyte Technology Co., Ltd.",
      "version": "",
      "serial": ""
    },
    "stat": 0.02320400020107627
  },
  {
    "type": "Chassis",
    "result": {
      "type": "Desktop",
      "vendor": "",
      "version": "",
      "serial": ""
    },
    "stat": 0.017463000025600195
  },
  {
    "type": "Kernel",
    "result": {
      "architecture": "x86_64",
      "name": "Linux",
      "release": "7.0.12-1-cachyos",
      "version": "#1 SMP PREEMPT_DYNAMIC Sat, 13 Jun 2026 07:50:52 +0000",
      "pageSize": 4096
    },
    "stat": 0.00455900002270937
  },
  {
    "type": "InitSystem",
    "result": {
      "name": "systemd",
      "exe": "/usr/lib/systemd/systemd",
      "version": "260.2-2-arch",
      "pid": 1
    },
    "stat": 0.26467800000682473
  },
  {
    "type": "Uptime",
    "result": {
      "uptime": 2613690,
      "bootTime": "2026-06-14T11:19:27.838+0200"
    },
    "stat": 0.02558800019323826
  },
  {
    "type": "Loadavg",
    "result": [
      0.32,
      0.39,
      0.35
    ],
    "stat": 0.005671000108122826
  },
  {
    "type": "Processes",
    "result": 353,
    "stat": 0.2910880004055798
  },
  {
    "type": "Packages",
    "result": {
      "all": 1525,
      "appimage": 2,
      "pacman": 1523
    },
    "stat": 0.22356100007891655
  },
  {
    "type": "Shell",
    "result": {
      "exe": "/bin/fish",
      "exeName": "fish",
      "exePath": "/usr/bin/fish",
      "pid": 1404,
      "ppid": 1344,
      "processName": "fish",
      "prettyName": "fish",
      "version": "4.7.1",
      "tty": 0
    },
    "stat": 0.954108000267297
  },
  {
    "type": "Editor",
    "error": "$VISUAL or $EDITOR not set",
    "stat": 0.0012119999155402184
  },
  {
    "type": "Display",
    "result": [
      {
        "id": 892162116,
        "name": "LC27G7xT",
        "primary": true,
        "output": {
          "width": 2560,
          "height": 1440,
          "refreshRate": 239.958,
          "drrStatus": null,
          "dpi": 96
        },
        "scaled": {
          "width": 2560,
          "height": 1440
        },
        "preferred": {
          "width": 2560,
          "height": 1440,
          "refreshRate": 144.0
        },
        "physical": {
          "width": 597,
          "height": 336
        },
        "rotation": 0,
        "bitDepth": 0,
        "hdrStatus": "Supported",
        "type": "External",
        "manufactureDate": {
          "year": 2021,
          "week": 39
        },
        "serial": 1129859670,
        "platformApi": "wayland-kde"
      },
      {
        "id": 875384900,
        "name": "LC27G7xT",
        "primary": false,
        "output": {
          "width": 2560,
          "height": 1440,
          "refreshRate": 239.958,
          "drrStatus": null,
          "dpi": 96
        },
        "scaled": {
          "width": 2560,
          "height": 1440
        },
        "preferred": {
          "width": 2560,
          "height": 1440,
          "refreshRate": 59.951
        },
        "physical": {
          "width": 597,
          "height": 336
        },
        "rotation": 0,
        "bitDepth": 0,
        "hdrStatus": "Supported",
        "type": "External",
        "manufactureDate": {
          "year": 2021,
          "week": 39
        },
        "serial": 1129859670,
        "platformApi": "wayland-kde"
      },
      {
        "id": 858607684,
        "name": "CB242Y",
        "primary": false,
        "output": {
          "width": 1080,
          "height": 1920,
          "refreshRate": 74.973,
          "drrStatus": null,
          "dpi": 96
        },
        "scaled": {
          "width": 1080,
          "height": 1920
        },
        "preferred": {
          "width": 1920,
          "height": 1080,
          "refreshRate": 74.973
        },
        "physical": {
          "width": 296,
          "height": 527
        },
        "rotation": 270,
        "bitDepth": 0,
        "hdrStatus": "Unsupported",
        "type": "External",
        "manufactureDate": {
          "year": 2019,
          "week": 30
        },
        "serial": 2466262233,
        "platformApi": "wayland-kde"
      },
      {
        "id": 3687675332645438536,
        "name": "CB242Y",
        "primary": false,
        "output": {
          "width": 1080,
          "height": 1920,
          "refreshRate": 74.973,
          "drrStatus": null,
          "dpi": 96
        },
        "scaled": {
          "width": 1080,
          "height": 1920
        },
        "preferred": {
          "width": 1920,
          "height": 1080,
          "refreshRate": 74.973
        },
        "physical": {
          "width": 296,
          "height": 527
        },
        "rotation": 90,
        "bitDepth": 0,
        "hdrStatus": "Unsupported",
        "type": "External",
        "manufactureDate": {
          "year": 2019,
          "week": 30
        },
        "serial": 2466261961,
        "platformApi": "wayland-kde"
      }
    ],
    "stat": 2.2853050003759563
  },
  {
    "type": "Brightness",
    "result": [
      {
        "name": "CB242Y",
        "max": 100.0,
        "min": 0.0,
        "current": 100.0,
        "builtin": false
      },
      {
        "name": "CB242Y",
        "max": 100.0,
        "min": 0.0,
        "current": 100.0,
        "builtin": false
      },
      {
        "name": "LC27G7xT",
        "max": 100.0,
        "min": 0.0,
        "current": 100.0,
        "builtin": false
      },
      {
        "name": "LC27G7xT",
        "max": 100.0,
        "min": 0.0,
        "current": 100.0,
        "builtin": false
      }
    ],
    "stat": 1503.1153890001588
  },
  {
    "type": "Monitor",
    "error": "Monitor module is an alias of Display module",
    "stat": 0.0014730002731084824
  },
  {
    "type": "LM",
    "result": {
      "service": "plasmalogin-autologin",
      "type": "Wayland",
      "version": ""
    },
    "stat": 0.013886000029742718
  },
  {
    "type": "DE",
    "result": {
      "processName": "plasmashell",
      "prettyName": "KDE Plasma",
      "version": "6.6.5"
    },
    "stat": 0.008175000082701445
  },
  {
    "type": "WM",
    "result": {
      "processName": "kwin_wayland_wrapper",
      "prettyName": "KWin",
      "protocolName": "Wayland",
      "pluginName": "",
      "version": ""
    },
    "stat": 0.0016029998660087585
  },
  {
    "type": "WMTheme",
    "result": "Breeze",
    "stat": 0.006031000055372715
  },
  {
    "type": "Theme",
    "result": {
      "theme1": "Breeze (Dark) [Qt]",
      "theme2": "Breeze-Dark [GTK2], Breeze [GTK3]"
    },
    "stat": 0.07457000017166138
  },
  {
    "type": "Icons",
    "result": {
      "icons1": "breeze-dark [Qt]",
      "icons2": "breeze-dark [GTK2/3/4]"
    },
    "stat": 0.0010820003226399422
  },
  {
    "type": "Font",
    "result": {
      "display": "Noto Sans (10pt) [Qt], Noto Sans (10pt) [GTK2/3/4]",
      "fonts": [
        "Noto Sans (10pt)",
        "Noto Sans (10pt)",
        "Noto Sans (10pt)",
        "Noto Sans (10pt)"
      ]
    },
    "stat": 0.007062999997287989
  },
  {
    "type": "Cursor",
    "result": {
      "theme": "capitaine-cursors",
      "size": "24"
    },
    "stat": 0.007734999991953373
  },
  {
    "type": "Wallpaper",
    "result": "/usr/share/wallpapers/cachyos-wallpapers/north.png",
    "stat": 0.0007509998977184296
  },
  {
    "type": "Terminal",
    "result": {
      "processName": "ghostty",
      "exe": "/usr/bin/ghostty",
      "exeName": "ghostty",
      "exePath": "/usr/bin/ghostty",
      "pid": 1344,
      "ppid": 857,
      "prettyName": "ghostty",
      "version": "1.3.1-arch2.1",
      "tty": "/dev/pts/0"
    },
    "stat": 0.034986000042408705
  },
  {
    "type": "TerminalFont",
    "result": {
      "font": {
        "name": "Symbols Nerd Font Mono",
        "size": "10",
        "styles": [],
        "pretty": "Symbols Nerd Font Mono (10pt)"
      },
      "fallback": {
        "name": "Noto Sans Mono",
        "size": "",
        "styles": [],
        "pretty": "Noto Sans Mono"
      }
    },
    "stat": 22.771956000011414
  },
  {
    "type": "TerminalSize",
    "result": {
      "columns": 130,
      "rows": 85,
      "width": 1041,
      "height": 1531
    },
    "stat": 0.0027550002560019493
  },
  {
    "type": "TerminalTheme",
    "result": {
      "fg": {
        "r": 183,
        "g": 188,
        "b": 186,
        "dark": false
      },
      "bg": {
        "r": 22,
        "g": 23,
        "b": 25,
        "dark": true
      }
    },
    "stat": 0.07458000024780631
  },
  {
    "type": "CPU",
    "result": {
      "cpu": "AMD Ryzen 7 9800X3D",
      "vendor": "AuthenticAMD",
      "packages": 1,
      "cores": {
        "physical": 8,
        "logical": 8,
        "online": 8
      },
      "frequency": {
        "base": 3013,
        "max": 4700
      },
      "coreTypes": [
        {
          "count": 8,
          "freq": 4700
        }
      ],
      "temperature": 47.125,
      "march": "x86_64-v4",
      "numaNodes": 1
    },
    "stat": 0.21142899990081787
  },
  {
    "type": "CPUCache",
    "result": {
      "l1": [
        {
          "size": 49152,
          "num": 8,
          "lineSize": 64,
          "type": "data"
        },
        {
          "size": 32768,
          "num": 8,
          "lineSize": 64,
          "type": "instruction"
        }
      ],
      "l2": [
        {
          "size": 1048576,
          "num": 8,
          "lineSize": 64,
          "type": "unified"
        }
      ],
      "l3": [
        {
          "size": 100663296,
          "num": 1,
          "lineSize": 64,
          "type": "unified"
        }
      ]
    },
    "stat": 0.4774290001951158
  },
  {
    "type": "CPUUsage",
    "result": [
      38.56209150326798,
      0.0,
      31.16883116883117,
      0.0,
      3.9215686274509802,
      0.6578947368421052,
      0.6493506493506493,
      0.0
    ],
    "stat": 0.03203100012615323
  },
  {
    "type": "GPU",
    "result": [
      {
        "index": null,
        "coreCount": 2,
        "coreUsage": 0.0,
        "memory": {
          "dedicated": {
            "total": 511868928,
            "used": 16674816
          },
          "shared": {
            "total": 16338325504,
            "used": 14143488
          },
          "type": "DDR5"
        },
        "driver": "amdgpu",
        "name": "AMD Ryzen 7 9800X3D 8-Core Processor",
        "temperature": 42.0,
        "type": "Integrated",
        "vendor": "AMD",
        "platformApi": "DRM (card2)",
        "frequency": 2200,
        "deviceId": 31488
      },
      {
        "index": 0,
        "coreCount": 6144,
        "coreUsage": 0.0,
        "memory": {
          "dedicated": {
            "total": 8196653056,
            "used": 1360527360
          },
          "shared": {
            "total": null,
            "used": null
          },
          "type": null
        },
        "driver": "nvidia (open source) 610.43.02",
        "name": "NVIDIA GeForce RTX 3070 Ti",
        "temperature": 45.0,
        "type": "Discrete",
        "vendor": "NVIDIA",
        "platformApi": "DRM (card1)",
        "frequency": 2115,
        "deviceId": 256
      }
    ],
    "stat": 14.79587099980563
  },
  {
    "type": "Codec",
    "result": [
      {
        "gpu": "NVIDIA GeForce RTX 3070 Ti",
        "encoders": [],
        "decoders": [
          "MJPEG",
          "MPEG-2",
          "H.264",
          "VC-1",
          "VP8",
          "HEVC / H.265",
          "VP9",
          "AV1"
        ],
        "platformApi": "VA-API"
      },
      {
        "gpu": "AMD Radeon Graphics",
        "encoders": [
          "H.264",
          "HEVC / H.265"
        ],
        "decoders": [
          "MJPEG",
          "H.264",
          "HEVC / H.265",
          "VP9",
          "AV1"
        ],
        "platformApi": "VA-API"
      }
    ],
    "stat": 279.7412590002641
  },
  {
    "type": "Memory",
    "result": {
      "total": 32704942080,
      "used": 6224736256
    },
    "stat": 0.015298999845981598
  },
  {
    "type": "PhysicalMemory",
    "error": "Failed to get SMBIOS data",
    "stat": 0.009217000100761652
  },
  {
    "type": "Swap",
    "result": [
      {
        "name": "/dev/zram0",
        "used": 3448832,
        "total": 32704032768
      }
    ],
    "stat": 0.013496000319719315
  },
  {
    "type": "Disk",
    "result": [
      {
        "bytes": {
          "available": 1588381896704,
          "free": 1591427141632,
          "total": 2000409772032,
          "used": 408982630400
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "btrfs",
        "mountpoint": "/",
        "mountFrom": "/dev/nvme0n1",
        "name": "",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2026-02-15T02:00:41.112+0100"
      },
      {
        "bytes": {
          "available": 815658008576,
          "free": 816117714944,
          "total": 994835107840,
          "used": 178717392896
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "btrfs",
        "mountpoint": "/home",
        "mountFrom": "/dev/sda2",
        "name": "Data",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2026-02-15T13:40:45.543+0100"
      },
      {
        "bytes": {
          "available": 815658008576,
          "free": 816117714944,
          "total": 994835107840,
          "used": 178717392896
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "btrfs",
        "mountpoint": "/home/skyy/workspace",
        "mountFrom": "/dev/sda2",
        "name": "Data",
        "volumeType": [
          "Subvolume"
        ],
        "createTime": "2026-02-15T13:40:55.778+0100"
      },
      {
        "bytes": {
          "available": 1588381896704,
          "free": 1591427141632,
          "total": 2000409772032,
          "used": 408982630400
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "btrfs",
        "mountpoint": "/opt/games",
        "mountFrom": "/dev/nvme0n1",
        "name": "",
        "volumeType": [
          "Subvolume"
        ],
        "createTime": "2026-02-15T13:35:46.563+0100"
      },
      {
        "bytes": {
          "available": 1588381896704,
          "free": 1591427141632,
          "total": 2000409772032,
          "used": 408982630400
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "btrfs",
        "mountpoint": "/root",
        "mountFrom": "/dev/nvme0n1",
        "name": "",
        "volumeType": [
          "Subvolume"
        ],
        "createTime": "2026-02-15T02:00:41.113+0100"
      },
      {
        "bytes": {
          "available": 1588381896704,
          "free": 1591427141632,
          "total": 2000409772032,
          "used": 408982630400
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "btrfs",
        "mountpoint": "/srv",
        "mountFrom": "/dev/nvme0n1",
        "name": "",
        "volumeType": [
          "Subvolume"
        ],
        "createTime": "2026-02-15T02:00:41.114+0100"
      },
      {
        "bytes": {
          "available": 1588381896704,
          "free": 1591427141632,
          "total": 2000409772032,
          "used": 408982630400
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "btrfs",
        "mountpoint": "/var/cache",
        "mountFrom": "/dev/nvme0n1",
        "name": "",
        "volumeType": [
          "Subvolume"
        ],
        "createTime": "2026-02-15T02:00:41.115+0100"
      },
      {
        "bytes": {
          "available": 1588381896704,
          "free": 1591427141632,
          "total": 2000409772032,
          "used": 408982630400
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "btrfs",
        "mountpoint": "/var/log",
        "mountFrom": "/dev/nvme0n1",
        "name": "",
        "volumeType": [
          "Subvolume"
        ],
        "createTime": "2026-02-15T02:00:41.117+0100"
      },
      {
        "bytes": {
          "available": 1588381896704,
          "free": 1591427141632,
          "total": 2000409772032,
          "used": 408982630400
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "btrfs",
        "mountpoint": "/var/tmp",
        "mountFrom": "/dev/nvme0n1",
        "name": "",
        "volumeType": [
          "Subvolume"
        ],
        "createTime": "2026-02-15T02:00:41.116+0100"
      }
    ],
    "stat": 0.23862899979576468
  },
  {
    "type": "Btrfs",
    "result": [
      {
        "name": "Data",
        "uuid": "4e757833-cce9-445a-a5c6-ea1f6bfc366b",
        "devices": "sda2",
        "features": "free_space_tree,no_holes,compress_zstd,skinny_metadata,extended_iref",
        "generation": 126136,
        "nodeSize": 16384,
        "sectorSize": 4096,
        "totalSize": 994835111424,
        "allocation": [
          {
            "type": "data",
            "profile": "single",
            "copies": 1,
            "used": 177011785728,
            "total": 180397015040
          },
          {
            "type": "metadata",
            "profile": "dup",
            "copies": 2,
            "used": 731070464,
            "total": 1073741824
          },
          {
            "type": "system",
            "profile": "dup",
            "copies": 2,
            "used": 49152,
            "total": 8388608
          }
        ]
      },
      {
        "name": "System",
        "uuid": "c595a441-5ad9-4e5c-8d31-2fd89d831371",
        "devices": "nvme0n1,nvme1n1",
        "features": "free_space_tree,no_holes,compress_zstd,skinny_metadata,extended_iref",
        "generation": 119829,
        "nodeSize": 16384,
        "sectorSize": 4096,
        "totalSize": 2000409772032,
        "allocation": [
          {
            "type": "data",
            "profile": "raid0",
            "copies": 1,
            "used": 405516169216,
            "total": 418759311360
          },
          {
            "type": "metadata",
            "profile": "raid1",
            "copies": 2,
            "used": 1464745984,
            "total": 3221225472
          },
          {
            "type": "system",
            "profile": "raid1",
            "copies": 2,
            "used": 49152,
            "total": 33554432
          }
        ]
      }
    ],
    "stat": 0.11393499979749322
  },
  {
    "type": "Zpool",
    "error": "dlopen(libzfs.so) failed",
    "stat": 0.11364400014281273
  },
  {
    "type": "Battery",
    "result": [],
    "stat": 0.3688449999317527
  },
  {
    "type": "PowerAdapter",
    "result": [],
    "stat": 0.01575000025331974
  },
  {
    "type": "Player",
    "error": "Player module is an alias of Media module",
    "stat": 0.0003499998711049557
  },
  {
    "type": "PublicIp",
    "result": {
      "ip": "XXX.XXX.XXX.XXX",
      "location": "somewhere"
    },
    "stat": 0.0630689999088645
  },
  {
    "type": "LocalIp",
    "result": [
      {
        "name": "enp17s0",
        "defaultRoute": {
          "ipv4": true,
          "ipv6": true
        },
        "ipv4": "10.0.42.42/24",
        "ipv6": "2a01:e0a:ef8:a971:b93d:fd73:f9a0:83c1/64,fe80::e605:6693:12b4:bab5/64",
        "mac": "98:b7:85:01:d5:d6",
        "mtu": 9000,
        "speed": 10000,
        "flags": "UP,BROADCAST,RUNNING,MULTICAST,LOWER_UP"
      }
    ],
    "stat": 0.13327099988237023
  },
  {
    "type": "DNS",
    "result": [
      "10.0.42.1",
      "2a01:e0a:ef8:a971::"
    ],
    "stat": 0.015560000203549862
  },
  {
    "type": "Wifi",
    "result": [
      {
        "inf": {
          "description": "wlan0",
          "status": "down"
        },
        "conn": {
          "status": "disconnected",
          "ssid": "",
          "bssid": "",
          "protocol": "",
          "security": "",
          "signalQuality": null,
          "rxRate": null,
          "txRate": null,
          "channel": 0,
          "frequency": 0
        }
      }
    ],
    "stat": 0.0935160000808537
  },
  {
    "type": "DateTime",
    "result": "2026-06-14T12:03:03.356+0200",
    "stat": 0.006743000354617834
  },
  {
    "type": "Locale",
    "result": "en_US.UTF-8",
    "stat": 0.0013119997456669807
  },
  {
    "type": "Vulkan",
    "result": {
      "apiVersion": "1.4.348",
      "conformanceVersion": "1.4.3",
      "driver": "NVIDIA [610.43.02]radv [Mesa 26.1.2-arch2.1]",
      "gpus": [
        {
          "type": "Discrete",
          "vendor": "NVIDIA",
          "name": "NVIDIA GeForce RTX 3070 Ti",
          "driver": "610.43.02",
          "platformApi": "Vulkan 1.4.341",
          "deviceId": 9346,
          "memory": {
            "dedicated": {
              "total": 8589934592,
              "used": null
            },
            "shared": {
              "total": 24528706560,
              "used": null
            }
          },
          "deviceId": 9346
        },
        {
          "type": "Integrated",
          "vendor": "AMD",
          "name": "AMD Ryzen 7 9800X3D 8-Core Processor (RADV RAPHAEL_MENDOCINO)",
          "driver": "Mesa 26.1.2-arch2.1",
          "platformApi": "Vulkan 1.4.348",
          "deviceId": 5056,
          "memory": {
            "dedicated": {
              "total": 0,
              "used": null
            },
            "shared": {
              "total": 16889339904,
              "used": null
            }
          },
          "deviceId": 5056
        }
      ]
    },
    "stat": 40.34995900001377
  },
  {
    "type": "OpenGL",
    "result": {
      "version": "4.6.0 NVIDIA 610.43.02",
      "renderer": "NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2",
      "vendor": "NVIDIA Corporation",
      "slv": "4.60 NVIDIA",
      "library": "EGL 1.5"
    },
    "stat": 35.958126000128686
  },
  {
    "type": "OpenCL",
    "result": {
      "version": "3.0 CUDA 13.3.44",
      "name": "NVIDIA CUDA",
      "vendor": "NVIDIA Corporation",
      "gpus": [
        {
          "type": "Discrete",
          "vendor": "NVIDIA",
          "name": "NVIDIA GeForce RTX 3070 Ti",
          "driver": "610.43.02",
          "platformApi": "OpenCL 3.0 CUDA",
          "coreCount": 48,
          "frequency": 1785,
          "memory": {
            "dedicated": {
              "total": 8196653056,
              "used": null
            },
            "shared": {
              "total": null,
              "used": null
            }
          },
          "deviceId": 94354383481776
        }
      ]
    },
    "stat": 11.134003999643028
  },
  {
    "type": "Users",
    "result": [
      {
        "name": "skyy",
        "hostName": "localhost",
        "sessionName": "tty1",
        "clientIp": "",
        "loginTime": "2026-06-14T11:19:45.359+0200"
      }
    ],
    "stat": 0.03831199975684285
  },
  {
    "type": "Bluetooth",
    "result": [],
    "stat": 0.004018000327050686
  },
  {
    "type": "BluetoothRadio",
    "result": [
      {
        "name": "",
        "address": "",
        "lmpVersion": null,
        "lmpSubversion": null,
        "vendor": "Unknown",
        "enabled": false,
        "discoverable": true,
        "connectable": true
      }
    ],
    "stat": 0.45074900006875396
  },
  {
    "type": "Sound",
    "result": [
      {
        "name": "G733 Gaming Headset Analog Stereo",
        "identifier": "alsa_output.usb-Logitech_G733_Gaming_Headset_0000000000000000-00.analog-stereo",
        "platformApi": "PipeWire 1.6.6",
        "type": [
          "main",
          "active"
        ],
        "volume": 55
      }
    ],
    "stat": 13.57510200003162
  },
  {
    "type": "Camera",
    "result": [],
    "stat": 0.0031960001215338707
  },
  {
    "type": "Gamepad",
    "result": [
      {
        "serial": "",
        "name": "Generic X-Box pad",
        "ignored": false
      }
    ],
    "stat": 0.03688000002875924
  },
  {
    "type": "Mouse",
    "result": [
      {
        "serial": "A02B2436W08T01100S03H01017",
        "name": "Wooting Wooting 80HE Mouse",
        "ignored": false
      },
      {
        "serial": "e1-4d-24-0f",
        "name": "Logitech G903 LS",
        "ignored": false
      }
    ],
    "stat": 0.02814299985766411
  },
  {
    "type": "Keyboard",
    "result": [
      {
        "serial": "A02B2436W08T01100S03H01017",
        "name": "Wooting Wooting 80HE",
        "ignored": false
      },
      {
        "serial": "e1-4d-24-0f",
        "name": "Logitech G903 LS",
        "ignored": false
      },
      {
        "serial": "0e-28-9e-5a",
        "name": "Logitech Candy",
        "ignored": false
      }
    ],
    "stat": 0.05675699980929494
  },
  {
    "type": "Weather",
    "result": "+18°C - Sunny (48.858200,2.338700)",
    "stat": 0.04111799970269203
  },
  {
    "type": "NetIO",
    "result": [
      {
        "name": "enp17s0",
        "defaultRoute": true,
        "txBytes": 756,
        "rxBytes": 1346,
        "txPackets": 10,
        "rxPackets": 9,
        "rxErrors": 0,
        "txErrors": 0,
        "rxDrops": 0,
        "txDrops": 0
      }
    ],
    "stat": 0.035977999679744244
  },
  {
    "type": "DiskIO",
    "result": [
      {
        "name": "WD_BLACK SN850X 1000GB",
        "devPath": "/dev/nvme0n1",
        "bytesRead": 0,
        "bytesWritten": 0,
        "readCount": 0,
        "writeCount": 0
      },
      {
        "name": "ATA LDLC F7+120GB",
        "devPath": "/dev/sdb",
        "bytesRead": 0,
        "bytesWritten": 0,
        "readCount": 0,
        "writeCount": 0
      },
      {
        "name": "WD_BLACK SN850X 1000GB",
        "devPath": "/dev/nvme1n1",
        "bytesRead": 0,
        "bytesWritten": 0,
        "readCount": 0,
        "writeCount": 0
      },
      {
        "name": "ATA Samsung SSD 870",
        "devPath": "/dev/sda",
        "bytesRead": 0,
        "bytesWritten": 114688,
        "readCount": 0,
        "writeCount": 7
      }
    ],
    "stat": 0.05951200006529689
  },
  {
    "type": "PhysicalDisk",
    "result": [
      {
        "name": "WD_BLACK SN850X 1000GB",
        "devPath": "/dev/nvme0n1",
        "interconnect": "NVMe",
        "kind": "SSD",
        "size": 1000204886016,
        "serial": "22456C800292",
        "removable": false,
        "readOnly": false,
        "unknown": false,
        "revision": "620311WD",
        "temperature": 39.85
      },
      {
        "name": "ATA LDLC F7+120GB",
        "devPath": "/dev/sdb",
        "interconnect": "ATA",
        "kind": "SSD",
        "size": 120034123776,
        "serial": "",
        "removable": false,
        "readOnly": false,
        "unknown": false,
        "revision": "7A0",
        "temperature": null
      },
      {
        "name": "WD_BLACK SN850X 1000GB",
        "devPath": "/dev/nvme1n1",
        "interconnect": "NVMe",
        "kind": "SSD",
        "size": 1000204886016,
        "serial": "22518J442904",
        "removable": false,
        "readOnly": false,
        "unknown": false,
        "revision": "620311WD",
        "temperature": 43.85
      },
      {
        "name": "ATA Samsung SSD 870",
        "devPath": "/dev/sda",
        "interconnect": "ATA",
        "kind": "SSD",
        "size": 1000204886016,
        "serial": "",
        "removable": false,
        "readOnly": false,
        "unknown": false,
        "revision": "1B6Q",
        "temperature": null
      },
      {
        "name": "zram0",
        "devPath": "/dev/zram0",
        "interconnect": "Virtual",
        "kind": "Virtual",
        "size": 32704036864,
        "serial": "",
        "removable": false,
        "readOnly": false,
        "unknown": false,
        "revision": "",
        "temperature": null
      }
    ],
    "stat": 0.47840100014582276
  },
  {
    "type": "TPM",
    "result": {
      "version": "2.0",
      "description": "TPM 2.0 Device"
    },
    "stat": 0.06455200025811791
  },
  {
    "type": "Version",
    "result": {
      "projectName": "fastfetch",
      "sysName": "Linux",
      "architecture": "x86_64",
      "version": "2.64.2",
      "versionGit": "",
      "cmakeBuiltType": "RelWithDebInfo",
      "compileTime": "Jun  6 2026, 11:14:02",
      "compiler": "gcc 16.1.1",
      "debugMode": false,
      "libc": "glibc 2.43"
    },
    "stat": 0.0008310000412166119
  },
  {
    "type": "Break",
    "error": "Unsupported for JSON format",
    "stat": 0.0004509999416768551
  },
  {
    "type": "Colors",
    "error": "Unsupported for JSON format",
    "stat": 0.0002310001291334629
  }
]

Features built-in

threads
vulkan
wayland
xcb-randr
xrandr
drm
drm_amdgpu
gio
dconf
eet
dbus
imagemagick7
chafa
zlib
sqlite3
egl
glx
opencl
libpulse
libddcutil
libelf
libzfs
va
vdpau
System yyjson
linux/videodev2
Embedded wcwidth
Lua 5.5
QuickJS 0.15.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions