-
-
Notifications
You must be signed in to change notification settings - Fork 938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add active alarm indicator to watch face #2075
Comments
I agree that an alarm indicator on the main screen would be useful. Also there should be two separate screens for dealing with the alarm:
Currently the same screen is used for both so when the alarm is ringing it's much too easy to disable it completely instead of just switching it off. |
I agree splitting it into two screens would be an improvement. But that would probably be better tracked in a separate issue. |
I've been thinking about this. I think the alarm icon could be added to the StatusIcons that are shown in the different watch faces, to indicate that the alarm is set. Not all watch faces use them, but I've been doing a bit of refactoring to the StatusIcons for a watch face I'm working on, and I believe it's possible to make more watch faces use them by making some aspects changeable via function calls. |
Hi! After reading this issue, I have added an active alarm indicator to the watchface I am working on. Feel free to check it out. https://codeberg.org/MorsMortium/GTKWatchFace |
Verification
Introduce the issue
Twice or three times I have accidentally turned off my alarm after setting it.
The only way to check if the alarm is still set is to enter the alarm screen, and observe that the switch is on, and potentially risk accidentally touching the switch (clumsy) as you press the button to exit the screen. I end up checking this three times after I set it, to make sure it's still enabled.
Preferred solution
A way to be very confident that the alarm is set, is to put an alarm icon indicator on the watch face. Most watches I've previously had did have such an indicator.
This obviously involves trying to see where there is space to put it on each face.
Version
v1.14
The text was updated successfully, but these errors were encountered: