Commit f2e8036d authored by Dimitri Enns's avatar Dimitri Enns
Browse files

Merge branch 'main' into 'develop'

# Conflicts:
#   README.md
parents 438d42ec f4f77d1f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
# 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.  

### 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.