this post was submitted on 04 Jun 2025
3 points (100.0% liked)
iOS
1635 readers
1 users here now
The home for all things iOS on LW.
Rules:
- No NSFW Content.
- No hate speech or personal attacks.
- No Ads / Spamming.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don’t know of a purpose-built app, but I make the stock alarm do a lot more using automations in Shortcuts. I modified my morning alarm to make each snooze raise the bedroom lights a bit. Stopping it resets the lights to 100% before turning them off, plus a few more tricks. You could do something similar with each snooze triggering a vibration that increases in count each time, and a loud alert when you stop the alarm. Or stopping the alarm could trigger the creation of a second alarm, which you can delete by answer a prompt. Even if you don’t trick out the prompt, deleting the new alarm requires a second prompt, so it’s a two-step process to confirm you don’t need the second alarm. If you stop the second alarm, that’s on you, but you could make this work on all alarms, including the newly created one. Here’s an example I threw together. Set it to run in an automation when your alarm stops. https://www.icloud.com/shortcuts/be78b93ff29a4fbab53d25aa041d4f61
So it is not about getting out of bed. I have no issues with that. And actually I have not set a morning alarm in probably 5 years other than a random one when I have to get up super early.
I have alarms set throughout the day to remind me of different tasks I have to complete. They are mostly time sensitive tasks at work. I set an alarm for something that needs to be completed by 4:30 at 1:15, then if I have customers i can snooze until I am free. But more than once I was unlocking my phone as an alarm went off and it killed the alarm. So I want something that requires more than a button press to turn off the alarm.
The shortcut I shared, set to an automation triggered by stopping the alarm, respawns the alarm until you go through a minimum two-step process to kill it.
Thanks, I missed that and will look into it.