-
Notifications
You must be signed in to change notification settings - Fork 263
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
Auto-hide menu bar icons. #22
Comments
Even with #23 implemented, I feel like this should also be a feature |
I love this app. Would be nice to have an autohide after 5 seconds? |
I am working on it😀 |
GREAT, can't wait. |
+1 |
Can it listen menu bar focus event? I hope it can auto hide when menu bar lost focus. |
that would be super awesome! since @Mortennn said he's working on it ... any progress? ;) |
have any progess now?
|
Would love to see rehide-after-delay functionality. Also, is there any reason this is not open source? I'd happily contribute this change if it was. |
Same @peppy. I've found an old version in a fork but it feels like this could/should be easier? |
I would also love this, auto hide after 15\30 seconds, or X amount of time. |
Here is the fork of 2.2.0 |
I mean I am using 3.0.5 already, not sure what I am suppose to do with what you sent, I am missing the cue here or what? |
Given that v3 source code has been removed, possibly abandoned, perhaps the only option is if we add the features ourselves to v2 and go from there? Just a thought. |
Makes sense. It is fairly simple in terms of what’s needed. I could be missing some but this is what I was thinking to build... Did the dev abandon this project? |
You can test this in Checkout CONTRIBUTING.md on how to build Dozer. |
Thanks Morten! |
I built it, and this feature seems a bit buggy.
I'm not sure why. Maybe a timers not being reset? |
|
|
If you got time, it would be great if you could try to reproduce it. |
I will try. Meanwhile, I have found that the timeout still hides them even if I am interacting with them. In the video below I click to open the Dozer bar, then wait 5 or so seconds and click Alfred menu item to open and close it. Then I wait and Dozer auto closes in only a few seconds, whereas I would expect 10 seconds. Dozer Preferences is not open. Video: https://imgur.com/a/Fx1R9E2 |
The issue should be resolved now. I have moved the code detecting if the user is dragging some icons to another branch because there were too many issues involved. IMO 10 seconds should be enough to rearrange the status bar icons. In my testing, auto-hide works pretty well now. |
Something has gone wrong and there are missing files in the repo as it stands (eg. no Xcode project file) |
use |
Ah, yes! I had figured that out once before. 😬 |
OK, I have built debug version. I upgraded to Mojave only recently, last weekend, I am not sure if the Dozer beta freezing was on High Sierra. Will keep watching. I usually build Archive for release version but this fails (have tried restarting my Mac) if I change the signing in any way. Have to keep it as None/None/None for it to build release version. |
Could you click on the error to see which script is failing? You can safely delete the script and then archive because it is probably just one of the scripts required to sign the application properly for distribution. |
@gingerbeardman The new features are available in beta.1. |
Thanks! I've been using a build from a couple of days ago so will switch over. |
Did we eventually get this feature ? |
@SaddemAmine yes
Let us know how you get on. |
@gingerbeardman That part works great, unfortunately I can't choose how long it takes before hiding the icons. |
I'll look into it, it does annoy me sometimes. Also I think there's one place where the timer is not being reset. |
I never used Swift but I'll see what I can do as well. |
I just checked my build and it has the timeout modifiable. I'm using aonez (author of Keka app) custom Apple Silicon build. |
No description provided.
The text was updated successfully, but these errors were encountered: