Juicy icon

Juicy 1.5.3,2607211750

Menu bar battery monitor with custom charge alerts and health tracking

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "juicy",
  "version": "1.5.3,2607211750",
  "src": {
    "url": "https://cdn.amore.computer/releases/io.sevendegrees.juicy.direct/1.5.3-2607211750/Juicy.dmg",
    "sha256": "2ef7956ea8e4852a8d9f9ca7bb98cc87581ac20ea659f8adec54d0f906c23144"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Juicy.app\" && cp -r \"Juicy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Menu bar battery monitor with custom charge alerts and health tracking",
    "homepage": "https://getjuicy.app/"
  }
}