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**
### Daily Progress Bar
- Advances **every minute**
- Only runs **SundayWednesday**
- Only between **7:00 AM 5:30 PM**
- Before work? Frozen.
- After work? Done.
- Not a workday? Blissfully idle.
- Advances **every minute** (configurable)
- Only runs **on workdays**
- Only during **work hours**
### Weekly Progress Bar
- Your work week is **4 days** (SunWed)
- Assumes your work week is **4 days**
- Each day = **25%**
- During the day, the bar fills smoothly
- End of Wednesday = **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 |
- End of Workweek = **100% freedom**
### Configuration