WhichSpace icon

WhichSpace 0.7.1

Active space menu bar icon

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "whichspace",
  "version": "0.7.1",
  "src": {
    "url": "https://github.com/gechr/WhichSpace/releases/download/v0.7.1/WhichSpace.zip",
    "sha256": "d2c9bc0488e40038f0661923a5aa1dba7e2c2353bcedacb488d9c6fa029d2f19"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/WhichSpace.app\" && cp -r \"WhichSpace.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Active space menu bar icon",
    "homepage": "https://github.com/gechr/WhichSpace"
  }
}