Skip to content

Commit

Permalink
🎨 Update sound effect
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrick committed Jun 20, 2024
1 parent 75a46bd commit 02b9d1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added calendar_notifications/bin/honk.m4a
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def open_zoom_link(conf_number: int | str) -> None:
class ZoomMeetingHandler(AbstractEventStartHandler):
@staticmethod
def play_notification_sound(_: iCalComponent):
path_to_notification = get_sources_root() / "bin" / "notification.mp3"
path_to_notification = get_sources_root() / "bin" / "honk.m4a"
subprocess.run(f"afplay {str(path_to_notification.resolve())}", shell=True)
logger.info("Played notification sound.")

Expand Down

0 comments on commit 02b9d1d

Please sign in to comment.