Stats icon

Stats 2.11.21

System monitor for the menu bar

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    stats # Stats
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    stats # Stats
  ];
}

Package Definition

{
  "pname": "stats",
  "version": "2.11.21",
  "src": {
    "url": "https://github.com/exelban/stats/releases/download/v2.11.21/Stats.dmg",
    "sha256": "12a8161f1892a4ca73c5092881f317f304e5cc88657dc508953011962863c20c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Stats.app\" \"$out/Applications/Stats.app\""
  ],
  "meta": {
    "description": "System monitor for the menu bar",
    "homepage": "https://github.com/exelban/stats"
  }
}