Skip to main content

Exercise reminder overlay for Claude Code thinking time

Project description

vibe-wellness

Exercise reminder overlay for macOS. Pops up during Claude Code sessions to remind you to move.

overlay python PyPI

What it does

A floating overlay window appears every 15 minutes when you're using Claude Code:

  1. 3-second countdown with exercise name
  2. Animated stick figure GIF showing the exercise
  3. Auto-dismisses after 30 seconds (or click to dismiss)

Default exercises (desk-friendly):

  • Kegels / 提肛
  • Drink Water / 喝水
  • Squats / 深蹲
  • Wall Push-ups / 靠墙俯卧撑
  • Neck Rolls / 颈椎运动

Install

Requires uv.

uvx vibe-wellness

The interactive installer will:

  • Ask your preferred language, reminder interval, and exercises
  • Install vibe-wellness as a tool via uv tool install
  • Add a UserPromptSubmit hook to ~/.claude/settings.json

Configuration

Edit ~/.config/vibe-wellness/config.json:

{
  "lang": "zh",
  "interval": 900
}
Key Default Description
lang "auto" Language: "en", "zh", or "auto" (detect system)
interval 900 Seconds between reminders
duration 30 Overlay display time in seconds
opacity 0.92 Window opacity (0.0 - 1.0)
exercises (built-in) Custom exercise list (see below)

Custom exercises

Add exercises in your config. They merge with defaults by key:

{
  "exercises": [
    { "key": "stretching", "name": { "en": "Stretch", "zh": "拉伸" } }
  ]
}

Custom GIFs

Drop a {key}.gif in ~/.config/vibe-wellness/gifs/ to use your own animation for any exercise.

Uninstall

Remove the vibe-wellness hook entry from ~/.claude/settings.json, then:

uv tool uninstall vibe-wellness
rm -rf ~/.config/vibe-wellness

Project structure

vibe_wellness/
  cli.py              # Entry point: install / --show / --overlay
  installer.py        # Interactive installer with TUI
  show.py             # Single-instance guard + interval check
  ui.py               # Overlay window (tkinter)
  config.py           # Config loading, i18n, language detection
  config.json         # Default config + exercises
  gifs/               # Bundled exercise GIFs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vibe_wellness-0.2.2.tar.gz (178.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vibe_wellness-0.2.2-py3-none-any.whl (182.0 kB view details)

Uploaded Python 3

File details

Details for the file vibe_wellness-0.2.2.tar.gz.

File metadata

  • Download URL: vibe_wellness-0.2.2.tar.gz
  • Upload date:
  • Size: 178.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for vibe_wellness-0.2.2.tar.gz
Algorithm Hash digest
SHA256 3534959c8d327f81d29538ea9b765a09ee2c448c4e75a8a6f04b464a85f550fa
MD5 9166a338bc7e27f10ea20a617eceb69c
BLAKE2b-256 d0a30064997dd1a34a8823a8162a58007c56485d5dead0ed5cd78e04f416cca1

See more details on using hashes here.

File details

Details for the file vibe_wellness-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: vibe_wellness-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 182.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for vibe_wellness-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a502004119ed35289cfc9661eff946f5524e78c91bdc4d50f79d41f765f2a2b6
MD5 e74ff61d115462f95adccca17ce646b6
BLAKE2b-256 f2fc3411908effc65992a70ed14c6a3c623c65c49db16639e31d7d6a877afd0f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page