(Scripts)~Prefix every notify-send with script creating it

This commit is contained in:
2023-10-18 20:01:26 +01:00
parent 84fb1be64c
commit fd22305dac
4 changed files with 9 additions and 7 deletions

View File

@@ -23,4 +23,4 @@ end = current + duration
while (time() <= end):
sleep(1)
run(["notify-send", f"Alarm {name} complete"])
run(["notify-send", f"alarm: Alarm {name} complete"])