diff --git a/.DS_Store b/.DS_Store
index c328838..6585802 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/assets/.DS_Store b/assets/.DS_Store
index 46f7ed5..056cb9f 100644
Binary files a/assets/.DS_Store and b/assets/.DS_Store differ
diff --git a/assets/sounds/alert0.mp3 b/assets/sounds/alert0.mp3
deleted file mode 100644
index 1ba7141..0000000
Binary files a/assets/sounds/alert0.mp3 and /dev/null differ
diff --git a/assets/sounds/alert1.mp3 b/assets/sounds/beep.mp3
similarity index 100%
rename from assets/sounds/alert1.mp3
rename to assets/sounds/beep.mp3
diff --git a/assets/sounds/alert2.mp3 b/assets/sounds/chirp.mp3
similarity index 100%
rename from assets/sounds/alert2.mp3
rename to assets/sounds/chirp.mp3
diff --git a/components/toolbar.html b/components/toolbar.html
index 120c777..b5107c6 100644
--- a/components/toolbar.html
+++ b/components/toolbar.html
@@ -8,7 +8,8 @@
seconds and, when questions are available, will
rick roll
- beep
+ softly chirp
+ gently beep
10 times per minute.
diff --git a/script_foreground.js b/script_foreground.js
index f8fb40b..757729f 100644
--- a/script_foreground.js
+++ b/script_foreground.js
@@ -4,7 +4,8 @@ let options = {
"watch-time": 4,
"possible-alerts": [
{name:"rick roll", file:'rick'},
- {name:"soft beep", file:'alert1'}
+ {name:"softly beep", file:'beep'},
+ {name:"gently chirp", file:'chirp'}
]
};
function saveOptions(){