This commit is contained in:
2026-01-12 21:30:13 -05:00

View File

@@ -9,27 +9,15 @@ This is a small Flask-powered web app that visualizes:
It progresses **only during your scheduled work hours** It progresses **only during your scheduled work hours**
### Daily Progress Bar ### Daily Progress Bar
- Advances **every minute** - Advances **every minute** (configurable)
- Only runs **SundayWednesday** - Only runs **on workdays**
- Only between **7:00 AM 5:30 PM** - Only during **work hours**
- Before work? Frozen.
- After work? Done.
- Not a workday? Blissfully idle.
### Weekly Progress Bar ### Weekly Progress Bar
- Your work week is **4 days** (SunWed) - Assumes your work week is **4 days**
- Each day = **25%** - Each day = **25%**
- During the day, the bar fills smoothly - During the day, the bar fills smoothly
- End of Wednesday = **100% freedom** - End of Workweek = **100% freedom**
### Configuration
| Variable | Default | Description |
|--------|---------|-------------|
| WORK_START_TIME | 07:00 | Workday start (HH:MM) |
| WORK_END_TIME | 17:30 | Workday end (HH:MM) |
| WORK_DAYS | 0,1,2,3 | JS day numbers (Sun=0) |
| UPDATE_INTERVAL_MS | 60000 | Update frequency |
### Configuration ### Configuration