LidAngleSensor icon

LidAngleSensor 1.1

Utility to display the lid angle and play a creaking sound

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "lidanglesensor",
  "version": "1.1",
  "src": {
    "url": "https://github.com/samhenrigold/LidAngleSensor/releases/download/1.1/LidAngleSensor.zip",
    "sha256": "d4b14e7d866589117e5b2cfc7f06e8f8b915dc81948073d9df091177d21e0780"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/LidAngleSensor.app\" && cp -r \"LidAngleSensor.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Utility to display the lid angle and play a creaking sound",
    "homepage": "https://github.com/samhenrigold/LidAngleSensor"
  }
}