# pi-blue-minimal-header

A blue minimal custom header and footer for [pi](https://pi.dev).

## Features

- Custom gradient PI logo header with box-drawn borders
- Session stats footer (context %, tokens, cost)
- Working indicator with pulse dot animation
- Git branch detection
- Commands to toggle on/off: `/minimal-header` and `/builtin-header`

## Install

```bash
pi install npm:pi-blue-minimal-header
```

Or add to your `~/.pi/agent/settings.json`:

```json
{
  "packages": ["npm:pi-blue-minimal-header"]
}
```

## Usage

The extension activates automatically on session start. To restore the built-in UI:

```
/builtin-header
```

To toggle the minimal header back on:

```
/minimal-header
```
