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
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
Add a link
Reference in a new issue