@haispeed/pi-deck

A theme and footer enhancement pack for pi

Package details

extensiontheme

Install @haispeed/pi-deck from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@haispeed/pi-deck
Package
@haispeed/pi-deck
Version
0.1.5
Published
Mar 26, 2026
Downloads
176/mo · 45/wk
Author
haispeed
License
MIT
Types
extension, theme
Size
26.4 KB
Dependencies
0 dependencies · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions/footer.ts"
  ],
  "themes": [
    "./themes"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-deck

A custom two-line footer extension for pi. · GitHub

Install

pi install npm:@haispeed/pi-deck

What it shows

Line 1

  • Active model (muted mint)
  • Current directory (muted green)
  • Git branch (muted pink)
  • Git worktree (muted purple, only when in a worktree)
  • Context progress bar [━━━─────────] with percentage (right-aligned)
  • Thinking level indicator ◐ medium (right-aligned)

Line 2

  • Token stats: ↑input ↓output R cache-read W cache-write $cost context%/window (right-aligned)

Icons

Requires a Nerd Font in your terminal.

Part Codepoint
Model \uee0d
Directory \uf4d3
Branch \uf126
Worktree \uf1bb
Context \uf2db

Themes

This package includes:

Kanagawa

  • kanagawa-wave
  • kanagawa-dragon
  • kanagawa-lotus

Palette source: rebelot/kanagawa.nvim

Kanso

  • kanso-ink
  • kanso-zen
  • kanso-mist
  • kanso-pearl

Palette source: webhooked/kanso.nvim

After install, pick a theme in pi via /settingstheme.

License

MIT