How do I show Finder menu-bar icon names?

How do I show Finder menu-bar icon names?
This may be known as the Status-menu.
The associated application names would do.

Posted on Aug 20, 2018 2:37 PM

Reply
Question marked as Top-ranking reply

Posted on Aug 20, 2018 3:38 PM

The application name is buried within the binary of the menu bar extra item, so AppleScript cannot get at it. You can get the description of the menu bar extra item, if the developer chose to give it a name. Malwarebytes did not as you can see from this unsorted, AppleScript output based on the following menu bar extras:

User uploaded fileUser uploaded file


tell application "System Events"

get description of every menu bar item of every menu bar of process "SystemUIServer"

end tell

Result:

{{"Notification Center", "Siri", "VPN", "Wi-Fi, four of four bars, with bifrost 5GHz.", "bluetooth", "time machine", "text input", "Clock", "User", "volume 44%"}}


PS: Right-click on the Finder menu bar on either end of it does not present a viewing choice such as described by others. I am using macOS High Sierra 10.13.6 (17G65).

16 replies
Question marked as Top-ranking reply

Aug 20, 2018 3:38 PM in response to dickguertin

The application name is buried within the binary of the menu bar extra item, so AppleScript cannot get at it. You can get the description of the menu bar extra item, if the developer chose to give it a name. Malwarebytes did not as you can see from this unsorted, AppleScript output based on the following menu bar extras:

User uploaded fileUser uploaded file


tell application "System Events"

get description of every menu bar item of every menu bar of process "SystemUIServer"

end tell

Result:

{{"Notification Center", "Siri", "VPN", "Wi-Fi, four of four bars, with bifrost 5GHz.", "bluetooth", "time machine", "text input", "Clock", "User", "volume 44%"}}


PS: Right-click on the Finder menu bar on either end of it does not present a viewing choice such as described by others. I am using macOS High Sierra 10.13.6 (17G65).

Aug 20, 2018 3:18 PM in response to dickguertin

What should I do to 'unwonk' it?

Nothing, all of the previous replies were giving you guidance for the Toolbar, not the menu bar. There is nothing that shows the names of the icons in the status menu.


I couldn't find an article that describes them, short of the articles describing the particular item (e.g. Time Machine).


Also, you could have icons put their by third-party software.

Aug 20, 2018 4:22 PM in response to VikingOSX

Thanks Viking, I like your Applescript. It gives me additional information.
I've found that "left-click AND hold" on any Status Menu item, from "Finder" on the left, to the triple-bars on the right, including all the icons on the right, causes a drop-down panel to appear which is helpful. I then simple drag my mouse-pointer to the nearest blank space on my Desktop, and release the mouse-button. The panel then disappears, without causing any action to be taken. Normally, 'click-hold-drag' pulls things off the bar, like from the Dock, but not from Finder's menu-bar.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How do I show Finder menu-bar icon names?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.