Juice icon

Juice 2017.06.08170217

Make your battery information a bit more interesting

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "juice",
  "version": "2017.06.08170217",
  "src": {
    "url": "https://github.com/brianmichel/Juice/releases/download/builds%2Fbeta%2F2017.06.08170217/Juice-Beta-2017.06.08170217.dmg",
    "sha256": "ee308adbd3ee827c2735931844a10f0f779f8953204aeaacb0eb64705244b310"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Juice.app\" && cp -r \"Juice.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Make your battery information a bit more interesting",
    "homepage": "https://github.com/brianmichel/Juice"
  }
}