-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Show remaining time on tray mouse hover #3091
Comments
Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding! |
If someone wants to tackle this here is the electron documentation for it: |
This issue has not received any updates in 90 days. Please comment, if this still relevant! |
Not stale |
This issue has not received any updates in 90 days. Please comment, if this still relevant! |
Is this ticket available to work with? Just to understand, the idea is to show the time when you mouse-over the Super Productivity Icon on the system tray? This probably needs to behave different depending on the environment. I don't think in MacOS you will be able to see something when mouse-over the icon, we could just show the timer there together with the name of the task being worked on. Can you describe a little more the idea behind it? I can try working on it. |
@panoramix360 that is great to hear! Not sure if this is possible for most platforms. We're already using |
@johannesjo, just to understand: On Mac
On other envs
Is the above correct? |
Each platform behaves differently @panoramix360 and the electron apis don't work everywhere. The relevant code is in |
Going back to work on this, happy new Year! |
Showing the remaining minutes/hours in the icon could also be an idea. |
hey @johannesjo and @tegridyfarmer I just built this really fast as a proof of concept, is that something close to what you were looking for? Screen.Recording.2025-02-03.at.21.23.22.mov |
Yes that looks great! |
This is great @panoramix360 ! How did you achieve that and what OS are you on? |
Ah alright! Some confusion on my part, since I somehow thought this would also apply to linux and was surprised this works. But no problem. I am also very happy with improving this for macos only! |
Problem Statement
I want to quickly know exactly how much time remains until the session/break ends
❔ Possible Solution
Show in a line below session title on mouse hover on the tray.
I have to open the app.
The text was updated successfully, but these errors were encountered: