From 4c7d05abd092387f5380518b15956ddf46b28aba Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Mon, 12 Jan 2026 21:43:47 -0500 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea6688b..0cf9d41 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a small Flask-powered web app that visualizes: It progresses **only during your scheduled work hours** ### Daily Progress Bar -- Advances **every minute** (configurable) +- Advances **every 10ms** (configurable) - Only runs **on workdays** - Only during **work hours** From 35bce6e53d6c26b6fb8836b798f291cf5609f152 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Mon, 12 Jan 2026 21:44:18 -0500 Subject: [PATCH 2/4] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 0cf9d41..a365d80 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,3 @@ It progresses **only during your scheduled work hours** | 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 | - -## Tech Stack - -- **Flask** – serves the page and minds its business -- **Vanilla JavaScript** – handles all time logic client-side -- **HTML + CSS** – gradients, glow, and just enough polish -- **Zero databases** – this app remembers nothing, like a healthy coping mechanism From 3fbf19a2711d7fb476ee9543a9e0dafcc69ed6e9 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Mon, 12 Jan 2026 21:44:41 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a365d80..66d40fc 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ It progresses **only during your scheduled work hours** | 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 | +| UPDATE_INTERVAL_MS | 10 | Update frequency | From f964b6e344b72139dad21abc2d7d1fd93ffcb9ec Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Mon, 12 Jan 2026 21:49:03 -0500 Subject: [PATCH 4/4] Feeling out a name change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66d40fc..91a5505 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Work Week Progress Bar +# Day Drain Because staring at the clock is bad for morale, but staring at a **progress bar** is somehow motivating.