Pomo Timer (VS Code Extension)
Simple Pomodoro timer that runs in the status bar with a 1-line cat face.
Features
- Status bar timer display:
$(clock) MM:SS =(^.^)=
- Notifications when a session completes
- Auto-start break after work session
- Sound notification with custom WAV support
Quick Start
npm install
npm run compile
Press F5 in VS Code to launch the Extension Development Host, then run Pomo Timer: Start.
Settings
pomoTimer.workDuration (minutes)
pomoTimer.shortBreakDuration (minutes)
pomoTimer.longBreakDuration (minutes)
pomoTimer.sessionsBeforeLongBreak
pomoTimer.soundEnabled
pomoTimer.soundPath (optional, absolute or workspace-relative path to a .wav file)
Sound Notes
- If
soundPath is empty, a simple generated beep sound is used.
- To use a custom sound, set
pomoTimer.soundPath to an absolute path of a .wav file.
- If playback fails, the extension falls back to a system beep when available.
| |