BestRes icon

BestRes 1.0,100,1426778671

Quickly change your screen resolution from the menubar

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "bestres",
  "version": "1.0,100,1426778671",
  "src": {
    "url": "https://dl.devmate.com/com.icyberon.BestRes/100/1426778671/BestRes-100.zip",
    "sha256": "1b706a3550edbc1411bdc4665490cce3b22cef68a6abae82af0fbd46370ce697"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BestRes.app\" && cp -r \"BestRes.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Quickly change your screen resolution from the menubar",
    "homepage": "https://bestres.wojtek.im/"
  }
}