2026-01-11 21:42:37 -05:00
2026-01-11 21:42:37 -05:00
2026-01-11 22:06:41 -05:00
2026-01-11 22:21:32 -05:00
2026-01-11 23:02:26 -05:00
2026-01-11 22:06:41 -05:00

Work Week Progress Bar

Because staring at the clock is bad for morale, but staring at a progress bar is somehow motivating.

This is a small Flask-powered web app that visualizes:

  • How far through your current workday you are
  • How far through your entire work week you are

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.

Weekly Progress Bar

  • Your work week is 4 days (SunWed)
  • Each day = 25%
  • During the day, the bar fills smoothly
  • End of Wednesday = 100% freedom

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
Description
Just a little something something to make the time tick faster (or slower idk man)
https://daydrain.com
Readme 62 KiB
Languages
HTML 59.4%
CSS 20.4%
Python 16.2%
Dockerfile 4%