fitimer

A timer to keep fit and healthy whilst having a sedentary work.

Simplicity

You are either working or taking a break. So we have those two states in the real world. I used to use pomodoro timers for this, but this is simpler and has a nicer interface for me.

Todo

Env vars

```bash

These are gruvbox colors

FITIMERCOLORDARK="#282828" FITIMERCOLORGRAY="#928374" FITIMERCOLORLIGHT="#fbf1c7" FITIMERCOLORRED="#cc241d" FITIMERCOLORGREEN="#98971a" FITIMERCOLORYELLOW="#d79921" FITIMERCOLORBLUE="#458588" FITIMERCOLORPURPLE="#b16286" FITIMERCOLORAQUA="#689d6a" FITIMERCOLORORANGE="#d65d0e"

Durations are in mins

FITIMERDURATIONWORK=25 FITIMERDURATIONREST=5 FITIMERDURATIONEXTEND=5

How frequent app should get re-rendered

increase this to reduce cpu load

FITIMERTICKRATE=1000

Statistics log file

FITIMERCONFIGDIR=.config/fitimer FITIMERLOGFILE=fitimer.log

Date format used throughout the application

FITIMERDATEFORMAT="%Y-%m-%d %H:%M:%S %z" ```

Features