Add systemd unit and timer to bug me about filling in timesheets
This commit is contained in:
parent
cc6af0dbae
commit
1bc18a6d01
2 changed files with 16 additions and 0 deletions
7
home/dot_config/systemd/user/timesheet-bugging.service
Normal file
7
home/dot_config/systemd/user/timesheet-bugging.service
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Bug the user about filling in their timesheet/time recording
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=notify-send --expire-time 10000 --app-name timew "Fill me In" "You should make sure timew is correct!"
|
||||||
|
StandardOutput=journal
|
||||||
9
home/dot_config/systemd/user/timesheet-bugging.timer
Normal file
9
home/dot_config/systemd/user/timesheet-bugging.timer
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Bug about timesheets every 25m
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnBootSec=25m
|
||||||
|
OnUnitActiveSec=25m
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=sway-session.target
|
||||||
Loading…
Add table
Reference in a new issue