CodexBar icon

CodexBar 0.22

Menu bar usage monitor for Codex and Claude

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "codexbar",
  "version": "0.22",
  "src": {
    "url": "https://github.com/steipete/CodexBar/releases/download/v0.22/CodexBar-0.22.zip",
    "sha256": "112d5f427ab39674c122fd89509d22af39f40bf7e01f42c4d9ed7058112e875f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CodexBar.app\" && cp -r \"CodexBar.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/CodexBar.app/Contents/Helpers/CodexBarCLI\" \"$out/bin/codexbar\""
  ],
  "meta": {
    "description": "Menu bar usage monitor for Codex and Claude",
    "homepage": "https://codexbar.app/"
  }
}