Show HN: Badgeify – Add Any App to Your Mac Menu Bar

(badgeify.app)

117 points | by ahonn 10 days ago ago

63 comments

  • freewizard 10 days ago ago

    I use Badgeify, nice feature set, and I appreciate this works with Ice[1], there's an OSS alternative[2] but not work well with Ice somehow.

    [1] https://github.com/jordanbaird/Ice

    [2] https://github.com/xiaogdgenuine/Doll

    • crossroadsguy 9 days ago ago

      Ice never worked for me. https://github.com/dwarvesf/hidden is the only thing I could make on my Mac work for some reason. I think https://github.com/Mortennn/Dozer didn't work either for me (well, it used to then it stopped after a Mac update or so).

      Anyway, after 15.4 update yesterday a lot of things are misbehaving for me including miraculous battery drains.

      • touristtam 6 days ago ago

        I have just started to use hidden, and although it isn't pretty by any means, it works fine (MBP M3 Pro 15.4)

  • jedberg 10 days ago ago

    The problem I have is too many things in my menubar. I like having all the info at a glance, but when I go mobile, only a few items fit before it runs out of space.

    Not sure what a good solution there is.

  • mdasen 10 days ago ago

    I love the idea of putting things in the menu bar, but it seems like the apps still have to be taking up space in the dock. I can't have WhatsApp, Signal, FB Messenger, Slack, Discord, etc. tucked away running in the background and popping up in my menu bar when there's something to respond to. I have to have them crowding my dock with half a dozen icons.

    Is there a way to hide the items from the dock and just have them in the menu bar?

    • gwbas1c 10 days ago ago

      When I did Mac programming a decade ago, there was an app metadata flag, inside the bundle, to hide the icon in the Dock.

      Now that apps are digitally signed, it might require a few more hoops to manipulate the app. (Your Mac protects you from running tampered apps.)

  • ahonn 9 days ago ago

    It’s super hard to make menubar show just the stuff I care about. Tons of apps like Bartender or Ice can hide icons, but adding the ones I actually want? That’s what Badgeify do.

    Plus, it can stay quiet and only show icons when there’s a message, so it’s not in your face all the time.

  • Mystery-Machine 10 days ago ago

    Great app! I'd love to support it through https://setapp.com/

  • belthesar 10 days ago ago

    This seems like a polished, limited in scope version of what xbar[1] and SwiftBar[2] does. Personally, I love using the menu bar as the place for at-a-glance information. I currently use SwiftBar to provide status indicators for my audio devices with some hacky scripts I wrote to talk to my mixer.

    [1] https://xbarapp.com/

    [2] https://swiftbar.app/

    • guzik 10 days ago ago

      glad you mentioned xbar, and your comment is ranked high (so maybe someone can help me out). I've been a long-time user of xbar, but recently it stopped showing up in the menubar on macOS 15.2. Even a simple script with just print doesn't display anything. Anyone else running into this?

      btw. I'm starting to think xbar might be abandoned - it hasn’t seen updates in a while.

      • belthesar 10 days ago ago

        I agree that xbar's seemingly not getting as much love as it once was. I was also having some weird CPU resource issues with it, which all but went away with SwiftBar, so I'd definitely recommend swapping it out. The script backend is compatible with xbar/BitBar scripts, so migration should be pretty pain-free. I'm currently running SwiftBar on 15.4 with no issues (minus some interesting nuance with how it handles to menu bar items which I think is more of a macOS menu bar thing than a SwiftBar thing, as I had the same issues with xbar).

    • 10 days ago ago
      [deleted]
  • mlangenberg 10 days ago ago

    I actually wonder how I can get them out?

    Every background service wants some screen estate in the menu bar, but the app that I need is always hidden behind the notch of my MacBook. Why can’t I hide the ones I don’t frequently need?

    • typeofhuman 10 days ago ago

      I use Hidden Bar to hide icons I don't want to see (some of my icons are company required software that I can't quit)

      https://apps.apple.com/us/app/hidden-bar/id1452453066?mt=12

      • neerajdotname2 10 days ago ago

        I've been using hidden bar for over a year and it's working beautifully.

      • PTRFRLL 10 days ago ago

        Also available via Homebrew

    • ndegruchy 10 days ago ago

      You can Command-Drag some of them off the menubar. It doesn't work in every case, but it might help. Plus there are tools like Ice and Bartender that help you hide most or all of them.

    • sangeeth96 10 days ago ago

      FOSS solution that's actually really good: https://github.com/jordanbaird/Ice

      • hombre_fatal 10 days ago ago

        You have to grant global Screen Recording permissions to use these menubar managing apps.

        It's insane to grant that just to move some icons around.

        • sangeeth96 10 days ago ago

          If you see some other way to resolve this, I'm sure Ice welcomes contributions.

          • hombre_fatal 10 days ago ago

            I don't think a project's core security concerns should be left up to my charity.

            I get why they need the permission to implement their cutesy drag and drop interface.

            But I'd like to hear why these apps can't continue to hide menu icons after you've revoked the permission. Ice and Bartender at least require you to grant it at all times last I looked a few months ago.

            • hbn 10 days ago ago

              As far as I understand it works by grabbing screenshots of your menu bar and redrawing overtop of it. It can't do that if it doesn't have the permission to do screengrabs.

              • victor106 10 days ago ago

                Interesting. do all these apps work the same way? Apple does not provide any API's to modify the menubar?

                • hbn 10 days ago ago

                  Unless we're just waiting on someone to figure out another genius workaround, that's the case, yes. Macs are not Linux, for better and for worse.

                  To be honest it seems crazy at this point an overflow for menu bar items isn't built into macOS, especially now that all their laptops have this notch that can hide menu bar items if you have too many. Plus it competes with space with the dropdown menu items on the left since if an app has too many they'll wrap to the other side of the notch.

              • hombre_fatal 10 days ago ago

                I deserve the downvotes for my first line, heh.

                Maybe I can redeem myself by clarifying that the real frustration here is with bad macOS UX, not people trying to hack around it. I barked up the wrong tree.

        • sunaookami 10 days ago ago

          Theoretically it would work without this permission but it wouldn't be convenient: https://github.com/jordanbaird/Ice/discussions/362

    • harlanlewis 10 days ago ago

      Lots of good recommendations in replies.

      Calling it out only because I don’t see it mentioned - until last year, Bartender was one of the popular go-to tools to manage menu bar items, but it fell from favor after quietly changing owners, changing certs, general shadiness https://forums.macrumors.com/threads/psa-bartender-mac-app-u...

      A specific and relevant reminder why open source is so important for system utilities.

    • alook 10 days ago ago

      There are apps that help you hide unused menu bar apps - this one works well: https://apps.apple.com/us/app/hidden-bar/id1452453066?mt=12

    • rpgbr 10 days ago ago

      Many apps offer hiding their menubar icon as an option. I'm always looking for that option and I managed to get a super clean menubar[1] — without sacrificing features or apps I need. The “11m” icon is from a little gem called Aware[2].

      [1] https://i.imgur.com/0AFL1rU.png [2] https://awaremac.com/

    • lobsterthief 10 days ago ago

      There’s a great app called Bartender that does this. I’ve been using it for over 10 years. Very stable.

      • hbn 10 days ago ago

        You should know at some point in the past year or so it was silently sold to a shady company which makes me VERY wary for something I gave screen recording permissions to. I'd never install Bartender on my machine again.

        • lobsterthief 2 days ago ago

          Thanks for the tip! I’ll check into this for sure

    • monkey_monkey 10 days ago ago

      There are several 3rd party utilities (free and paid) that allow status bar icons to be hidden

    • oneeyedpigeon 10 days ago ago

      Interestingly, the site in question contains a relevant article:

      https://badgeify.app/how-to-fix-mac-menu-bar-icons-disappear...

    • fullam 10 days ago ago
      • 7839284023 10 days ago ago

        I am not! Bought the program about a month ago and it’s really buggy on MacOS 15. You can clearly tell that it was developed for some previous MacOS version and has been since then forgotten.

    • 10 days ago ago
      [deleted]
  • luigicaveli 10 days ago ago

    [dead]

  • lukeholder 10 days ago ago

    Since other people are sharing their fav menu bar manager, shoutout to bartender app: https://www.macbartender.com

  • Nezteb 10 days ago ago

    Another good name would have been "Barify".

    I use a combo of xbar [1] and Menubarx [2]. I used to have several widgets just for system stats but eventually moved to mac-stats [3] for that.

    [1] https://github.com/matryer/xbar

    [2] https://menubarx.app/

    [3] https://github.com/exelban/stats

    • 10 days ago ago
      [deleted]
  • thesuitonym 10 days ago ago

    [flagged]

    • 10 days ago ago
      [deleted]
  • bww 10 days ago ago

    [flagged]

    • amelius 10 days ago ago
    • ahonn 10 days ago ago

      It’s super hard to make menubar show just the stuff I care about.

      Tons of apps like Bartender or Ice can hide icons, but adding the ones I actually want? That’s what Badgeify do.

      • ahonn 10 days ago ago

        Plus, it can stay quiet and only show icons when there’s a message, so it’s not in your face all the time.

  • supermatt 10 days ago ago

    Maybe you should rename your "lifetime duo" to "lifetime trio"?

    • supermatt 10 days ago ago

      [flagged]

      • 10 days ago ago
        [deleted]
      • altairprime 10 days ago ago

        Perhaps it’s your phrasing? To use a particularly obnoxious phrasing from Wired Magazine as demonstration of how the tone of feedback can influence how it’s perceived:

        Tired: “maybe you should rename X to Y”; lacks an explanation of why, ‘maybe’ is often sneering / condescending in this usage, assumes that proposed solution is correct

        Wired: “fyi there’s a copy error on the site: X doesn’t match Z, should it be Y?”; explains the problem, asks if theorized solution is correct, makes proposing a solution optional

        The chosen example tone is not intended as a reflection or judgment of you in any regard, but the necessity of this disclaimer supports my point.

        • supermatt 9 days ago ago

          Its interesting how we can both infer the opposite from our statements. Your start of "there’s a copy error on the site" would seem to me to be more condescending as it assumes that it is a mistake, whereas I merely suggest that it is.

          I don't really mind the downvotes, just pointing out how stupid they are. I just think of them as cowardly anonymous idiots and go about my (otherwise awesome) day.