Adjusts notification and added hour reminders
This commit is contained in:
parent
00195f6d38
commit
869b01ee34
9 changed files with 43 additions and 5 deletions
10
.config/systemd/user/hour-reminder.service
Normal file
10
.config/systemd/user/hour-reminder.service
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Do some thing
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=bash -c '/home/${USER}/.config/scripts/NotifyHour.sh'
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
8
.config/systemd/user/hour-reminder.timer
Normal file
8
.config/systemd/user/hour-reminder.timer
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Sends notification for every hour
|
||||
|
||||
[Timer]
|
||||
OnCalendar=hourly
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue