Add chime to timer
This commit is contained in:
parent
3758ae8149
commit
a38b6655c1
3 changed files with 5 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ let rootPath = ./.; in
|
|||
};
|
||||
Service = {
|
||||
Type="simple";
|
||||
ExecStart="/home/pan/.config/timer_scripts/notify-time.sh 60000";
|
||||
ExecStart="/home/pan/.config/timer_scripts/notify-time.sh 60000 1";
|
||||
};
|
||||
};
|
||||
quarterly-time = {
|
||||
|
|
@ -40,7 +40,7 @@ let rootPath = ./.; in
|
|||
};
|
||||
Service = {
|
||||
Type="simple";
|
||||
ExecStart="/home/pan/.config/timer_scripts/notify-time.sh 10000";
|
||||
ExecStart="/home/pan/.config/timer_scripts/notify-time.sh 10000 0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue