# OfficeTime Just a pretty trivial script to help you track whether you are one phone duty, in home office, in the office or just doing private things on your work computer / laptop. ![screenshot_16-08-2021_21-23-19](/uploads/f5e851ec94a1de2d22781bafd66213e0/screenshot_16-08-2021_21-23-19.png) ### CronJob Setup this cronjob to remind you one everyday at 10:30. In case things are changing more often in your shift, just let the Cron run more often. Please make sure you adjust the paths to your terminal application and the path the script. ```bash 30 10 * * * env DISPLAY=:0.0 /usr/bin/terminator --title="OfficeTime" -e "/bin/bash ~/officetime.sh" ``` ### Reports The script just takes your input and writes it into a .csv file so that you have some sort of a journal / report at the end of the year. See the `~/.work_journal/` Directory for the files.