WhichSpace icon

WhichSpace 0.11.0

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.11.0",
  "src": {
    "url": "https://github.com/gechr/WhichSpace/releases/download/v0.11.0/WhichSpace.zip",
    "sha256": "bb1dae5dd7ac0ae6904e394eba0844ba9a1729fa0b9797a8c92d2b7626b102f3"
  },
  "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"
  }
}