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.
What it does
A floating overlay window appears periodically when you're using Claude Code:
- 3-second countdown with exercise name
- Animated stick figure GIF showing the exercise
- Progress bar + auto-dismiss after 30 seconds (or click to dismiss)
Install
One-liner:
curl -fsSL https://raw.githubusercontent.com/odysa/vibe-wellness/main/install.sh | bash
Or with uv:
uvx vibe-wellness
Both methods will:
- Install
vibe-wellnessviauv tool install - Run the interactive setup wizard (language, interval, exercises, hook)
- Create a hook script at
~/.claude/hooks/vibe-wellness/show.sh - Register the hook in
~/.claude/settings.json
Re-configure
Run vibe-wellness again to change settings.
Exercises
| Key | English | 中文 |
|---|---|---|
kegels |
Kegels | 提肛 |
drink_water |
Drink Water | 喝水 |
squats |
Squats | 深蹲 |
wall_pushups |
Wall Push-ups | 靠墙俯卧撑 |
neck_rolls |
Neck Rolls | 颈椎运动 |
All exercises include animated stick figure GIFs.
Configuration
Edit ~/.config/vibe-wellness/config.json:
{
"lang": "zh",
"interval": 15
}
| Key | Default | Description |
|---|---|---|
lang |
"auto" |
"en", "zh", or "auto" (detect system) |
interval |
15 |
Minutes between exercise reminders |
duration |
30 |
Overlay display time in seconds |
opacity |
0.95 |
Window opacity (0.0 - 1.0) |
exercises |
(built-in) | Custom exercise list |
sedentary.enabled |
true |
Enable sedentary reminder |
sedentary.interval |
30 |
Minutes between sedentary alerts |
Custom exercises
Exercises merge with defaults by key:
{
"exercises": [
{ "key": "stretching", "name": { "en": "Stretch", "zh": "拉伸" } }
]
}
Custom GIFs
Drop {key}.gif in ~/.config/vibe-wellness/gifs/ to override any exercise animation.
Uninstall
vibe-wellness --uninstall
How it works
~/.claude/settings.json Hook triggers on UserPromptSubmit/Stop/Notification
-> ~/.claude/hooks/vibe-wellness/show.sh
-> ~/.local/bin/vibe-wellness --show
-> checks interval + single-instance lock
-> spawns overlay (tkinter, borderless, always-on-top)
vibe_wellness/
cli.py Entry point
installer.py Interactive setup wizard (TUI)
show.py Single-instance guard + interval check
ui.py Overlay window (tkinter + CoreGraphics + ObjC runtime)
config.py Config loading, i18n, language detection
uninstall.py Clean removal
config.json Default exercises
gifs/ Bundled exercise GIFs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vibe_wellness-0.4.5.tar.gz.
File metadata
- Download URL: vibe_wellness-0.4.5.tar.gz
- Upload date:
- Size: 763.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ee74db0f00abe00ae38e8219028b1a2b41fc8a7c1b1e9eebedd0523530ecaac
|
|
| MD5 |
aa0b876787b78e2c4e88828400f69f70
|
|
| BLAKE2b-256 |
47bbc6d7c720b1a46b201de559de118834349b3f2e0a8a20cc06402e965b4526
|
Provenance
The following attestation bundles were made for vibe_wellness-0.4.5.tar.gz:
Publisher:
publish.yml on odysa/vibe-wellness
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vibe_wellness-0.4.5.tar.gz -
Subject digest:
3ee74db0f00abe00ae38e8219028b1a2b41fc8a7c1b1e9eebedd0523530ecaac - Sigstore transparency entry: 1053971279
- Sigstore integration time:
-
Permalink:
odysa/vibe-wellness@218938a7bf8e1fc911ff6a91e88773df9e8ccf29 -
Branch / Tag:
refs/tags/v0.4.5 - Owner: https://github.com/odysa
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@218938a7bf8e1fc911ff6a91e88773df9e8ccf29 -
Trigger Event:
release
-
Statement type:
File details
Details for the file vibe_wellness-0.4.5-py3-none-any.whl.
File metadata
- Download URL: vibe_wellness-0.4.5-py3-none-any.whl
- Upload date:
- Size: 181.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
801a4e1fa8eb031362a122d42ac8923c7df03c9bc1e3a4eca19bb68794209d78
|
|
| MD5 |
8539690499ba7fb96961cda9016135a8
|
|
| BLAKE2b-256 |
a77e32daaadcfd8c2b020d3d138bd1d626b1b7d92df19704fb01247f011ea7bc
|
Provenance
The following attestation bundles were made for vibe_wellness-0.4.5-py3-none-any.whl:
Publisher:
publish.yml on odysa/vibe-wellness
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vibe_wellness-0.4.5-py3-none-any.whl -
Subject digest:
801a4e1fa8eb031362a122d42ac8923c7df03c9bc1e3a4eca19bb68794209d78 - Sigstore transparency entry: 1053971281
- Sigstore integration time:
-
Permalink:
odysa/vibe-wellness@218938a7bf8e1fc911ff6a91e88773df9e8ccf29 -
Branch / Tag:
refs/tags/v0.4.5 - Owner: https://github.com/odysa
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@218938a7bf8e1fc911ff6a91e88773df9e8ccf29 -
Trigger Event:
release
-
Statement type: