发布

  • Free Memory Widget (#155)

    frostbyte_neo 发布于 2026-02-24 19:20:00 +00:00

    • FreeMemory widget:

      Description: Shows system memory usage (used/total) in a compact format like Mem: 12.4G/16.0G

      Features:

      • On macOS: Uses vm_stat to calculate memory like htop (Active + Wired pages)
      • On other platforms: Falls back to Node.js os.freemem()/os.totalmem()
      • Smart byte formatting (G, M, K, B)
      • Supports raw value mode (omits "Mem:" prefix)
      • Default color: cyan

    Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

    • Version bump and README update

    Co-authored-by: Claude Opus 4.5 noreply@anthropic.com
    Co-authored-by: Matthew Breedlove sirmalloc@gmail.com

    下载附件