Add chime to timer

This commit is contained in:
JuliaLange 2024-02-27 20:47:08 -08:00
parent 3758ae8149
commit a38b6655c1
3 changed files with 5 additions and 2 deletions

View file

@ -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";
};
};
};