How is this menu bar at the top implemented?

by Poster Apr 10, 2025 18
! [] (https://i.imgur.com/vntpSVc.png) How is this menu bar at the top implemented?

Replies

  • Anonymous1843 Apr 10, 2025
    It seems to be a function of bartender
  • Anonymous114 Apr 10, 2025
    https://www.macbartender.com
  • Poster Apr 10, 2025
    @ Anonymous114 @ Anonymous1843 Thanks a lot 😁
  • Anonymous11834 Apr 10, 2025
    Curious how it is achieved, whether to redraw it myself or hook it in to change the original logic
  • Anonymous7361 Apr 10, 2025
    @ Anonymous11834 requires screen recording permission, and it can be clicked even if the click position is hidden, so it is probably covered with a layer
  • Anonymous2047 Apr 10, 2025
    bartender has been asking for screen recording permissions since it was sold. Am I thinking too much?
  • Anonymous4348 Apr 10, 2025
    Hey, the most unbearable thing about changing m1 to m4 is that the bangs are used as icons In the end, I had to change the resolution to avoid it
  • Anonymous1842 Apr 10, 2025
    Just thinking about it feels like it wastes electricity, so I don't install it
  • Anonymous9743 Apr 10, 2025
    You can use this open source, https://github.com/jordanbaird/Ice
  • Anonymous2037 Apr 10, 2025
    It is recommended to use other similar applications or open source projects: https://github.com/jordanbaird/Ice bartender related discussion questions: /t/1046945
  • Anonymous2037 Apr 10, 2025
    @ Anonymous2047 This problem seems that all similar projects can't be avoided on new macos systems. Just open the drop down float bar and it will appear.
  • Poster Apr 10, 2025
    @ Anonymous1842 @ Anonymous2037 Thank you so much
  • Anonymous2762 Apr 10, 2025
    ice also supports it. However, there will be bugs in multi-screen.
  • Anonymous2605 Apr 10, 2025
    https://i.imgur.com/agAJ0Rd. png Barbee developer to explain, it just covers a layer, which consumes a lot of electricity
  • Anonymous5467 Apr 11, 2025
    @ Anonymous2605 Hahaha, this name, daddy
  • Anonymous2605 Apr 11, 2025
    @ Anonymous5467 https://i.imgur.com/L62ZP7V. png The main name is that everyone can remember
  • Anonymous357 Apr 11, 2025
    @ Anonymous2605 It seems that all software with similar functions is implemented by covering a layer. I wonder if you, as a developer, have any insights. If you only use the most basic function of hiding icons, will it cost less electricity if the amount of calculation is smaller?
  • Anonymous2605 Apr 12, 2025
    @ Anonymous357 Yes, if you just simply hide the icon, it won't affect the battery life. However, if the menu bar beautification and automation functions involve image operation, the higher CPU usage will consume more electricity. However, both Barbee and Bartender have optimizations for battery usage, which will reduce the frequency of some actions that consume CPU.