-
Notifications
You must be signed in to change notification settings - Fork 316
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
Remove Application menu when needed #104
Comments
Hi
Thanks for your suggestion, we will have a look on it. Currently you can quick an app, rearrange new icons then open app again to bypass this limitation.
Regards.
… On 24 Dec 2020, at 05:01, hampton8 ***@***.***> wrote:
When there are a lot of icons in the menu bar, some of the leftmost ones can end up being hidden by the current application's left menu. The implementation of a feature such as Bartender 4's 'Remove Application menu when needed' would solve this.
Here is Bartender's description of the aforementioned function:
If any revealed items would be hidden by the current application's left menu (when they are being shown), Bartender will remove the application's menu. Due to a limitation in macOS, Bartender's dock icon will be visible while the left menu is removed.
Can this functionality be added to Hidden Bar so that icons don't end up being out of view?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#104>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AIRSPN3UVH2QM6QRVHTE77TSWJSCXANCNFSM4VHPPZAA>.
|
No problem @viettrungphan I understand the solution you have explained, but as I'm sure you'll agree it's far from ideal and is rather inconvenient, so an integrated solution for this limitation would be really useful, especially since Big Sur increased the spacing between menu bar icons so it's even easier to fill up the very limited space up there. Please do let me know if you need a screen recording of how Bartender 4 handles this (or if you want to experience it yourself, they currently have an indefinite public beta free trial). All the best and Happy Holidays! |
I have the same issue on laptop screen. Example is Microsoft Edge - a lot of menu items. I had already figured out the work-around but it is cumbersome. Thank you! |
I saw some guy use accessmenubarapps and hidden at the same time achieve this feature. (Setup two applications with the same hotkey). But this combination not always work perfectly. |
This is really good missing feature for small screens! |
Dozer has this feature (disclaimer: I programmed the feature) |
@gingerbeardman I'm heading to downloads section then! :) |
Just downloaded Dozer to try it and the feature isn't working for me; icons that overlap the application menu are hidden just as is the case with Hidden Bar. Am I missing something? |
this easy to implement using the accessibility framework (to read and interact with everything on the screen), however at the beginning of this project we don't want to do it since it violated AppStore policy. That is the reason why you see Bartender guide you to enable accessibility and screen record. |
Hi the last comment makes no sense to me. I implemented the feature in Dozer without using the accessibility framework. |
Surely you are missing something, as the feature works has been working for many months. I use a portrait display so I use this every day. Did you switch the feature on? It's not on by default. Anyway, this isn't the best place for Dozer support. I'll be happy to help you further over at Dozer repo. |
@gingerbeardman I just try Dozen and dont see it work.
|
It's in Dozer 4.2.0 https://github.com/Mortennn/Dozer/releases |
@viettrungphan so, this feature is not going to be implemented any time soon in hidden app? |
thanks, the version from brew is 4.0 |
If possible I going to add it for the next release. |
@viettrungphan Thank You :) |
Sorry for the misunderstanding, thought Hiddenbar should hide both of the app icons (|>) automatically to save a little bit of space when needed, don't think you guys need to clean all the left-hand side by active the Hidden app using the shortcut. |
Some screenshots of my menubar (I use a "narrow" portrait display) and details of the feature in this old Dozer issue Mortennn/Dozer#111 |
Thanks, I know how to do this, just simple change app active policy, remove all existed menu + active ignore other app. |
I think label should read "menu bar" not "status bar"? |
@gingerbeardman not sure which one. I come from iOS, they call StatusBar on iOS. All the buttons when coding prefix NSStatusBar so I use it. Any idea? |
Officially, Apple refer to it in user-facing docs as menu bar and the items are menu bar extras. Though I do see your point regarding iOS and NS prefix. It's a mess 🤦 https://developer.apple.com/design/human-interface-guidelines/macos/extensions/menu-bar-extras/ |
Using this feature menu bar takes focus. Focus should remain with foreground application.
Expected
Actual
|
When there are a lot of icons in the menu bar, some of the leftmost ones can end up being hidden by the current application's left menu. The implementation of a feature such as Bartender 4's 'Remove Application menu when needed' would solve this.
Here is Bartender's description of the aforementioned function:
Can this functionality be added to Hidden Bar so that icons don't end up being out of view?
The text was updated successfully, but these errors were encountered: