-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Awake - show current state in tooltip #12714
Comments
Thank you for the suggestion, @miguelanjo - this is a good one! |
Any update? |
@Jay-o-Way working on this alongside the enhancement that will enable us to track the proper icon for the state. |
@r2evans kind of. One is about the icon state and this one is about the hint. We can keep them separate for now. Once the current Awake changeset goes out, this enhancement is next in line. I had to punt it to resolve some bigger codebase issues. |
Hi, I would love to see the changing icon. |
Aiming to get this done in #32378, along with the icon once I get the assets from @niels9001 (see #11996). |
Improves the following: - Consolidates different code paths for easier maintenance. - Removes the dependency on Windows Forms and creates the system tray icon and handling through native Win32 APIs (massive thank you to @BrianPeek for helping write the window creation logic and diagnosing threading issues). - Changing modes in Awake now triggers icon changes in the tray (#11996). Massive thank you to @niels9001 for creating the icons. Fixes the following: - When in the UI and you select `0` as hours and `0` as minutes in `TIMED` awake mode, the UI becomes non-responsive whenever you try to get back to timed after it rolls back to `PASSIVE`. (#33630) - Adds the option to keep track of Awake state through tray tooltip. (#12714) --------- Co-authored-by: Clint Rutkas <[email protected]> Co-authored-by: Jaime Bernardo <[email protected]>
Description of the new feature / enhancement
Awake has potential, however it is not yet usable for me and I keep going back to Caffeine.
It needs in my opinion:
Scenario when this would be used?
I like to be able to see if is active looking at the icon and be able to see how long it will remain active by hoovering.
Supporting information
No response
The text was updated successfully, but these errors were encountered: