Showing current audio output in KM Status Menu - possible?

Is it possible to display the current audio output device in KM's Status Menu? I have a group in there to select various outputs, but I'd like to also have in that same group the current output. I've seen how to get the current output in the macOS menu bar, but I'd like that info to instead be in a group in KM's Status Menu.

Thanks.

How do you change outputs? Do you only use the macros shown in the other thread, or do you also use other methods (which means you also have to scan periodically for a cha to the output, as @Airy showed)?

Only manually selecting the macros from the Status Menu, or if macOS automatically changes to my AirPods when I put them in.

So try the following:

Make yourself empty "display" macros, in the same Macro Group as your "changer" macros, and named as you want them to display in the Status Menu -- but put a space at the start of the name so they are at the top of the Group listing.

For each of your "changer" macros, add "Set Macro or Group Enable" actions that

  1. Enable the empty "display" macro for the chosen output
  2. Disable all the other "display" macros

This plays on the fact that only enabled macros show in the Status Menu -- so you make sure only the one you want displayed is enabled!

I haven't looked closely at @Airy's "scanner", but you could probably use the output of that to enable/disable the "display" macros in the same way.

Thank you! I'll play around with that.