SpotMenu icon

SpotMenu 2.1.2

Spotify and iTunes in the menu bar

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "spotmenu",
  "version": "2.1.2",
  "src": {
    "url": "https://github.com/kmikiy/SpotMenu/releases/download/v2.1.2/SpotMenu.app.zip",
    "sha256": "9a5270c58c960e01df5c26a26ee17a83d724124c69e5d1954f2797312e92c327"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SpotMenu.app\" && cp -r \"SpotMenu.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Spotify and iTunes in the menu bar",
    "homepage": "https://github.com/kmikiy/SpotMenu"
  }
}