IsThereNet icon

IsThereNet 1.6.2

Your internet connection status at a glance

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "istherenet",
  "version": "1.6.2",
  "src": {
    "url": "https://files.lowtechguys.com/releases/IsThereNet-1.6.2.dmg",
    "sha256": "6d6c781387f82869b8bd0a0db1d74f8f2cba367e8972f4814e0aa7bcb5963876"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"IsThereNet.app\" \"$out/Applications/IsThereNet.app\""
  ],
  "meta": {
    "description": "Your internet connection status at a glance",
    "homepage": "https://lowtechguys.com/istherenet/"
  }
}