WhichSpace icon

WhichSpace 0.12.9

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