FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
5.2k stars 82 forks source link

Multiple identical windows only show one in the event #571

Closed w93163red closed 1 week ago

w93163red commented 1 week ago

I really appreciate this tool, and it saves me lots of time! I am working on creating a Windows-like bar. Basically, I would like to show all open applications on the same desktop. However, I found that for duplicate opening applications, it only shows one:

{
        "space": 1,
        "apps": {
                "Microsoft Edge": 2,
                "Code": 1
        }
}

Expect:

{
        "space": 1,
        "apps": { 
                "Microsoft Edge": 3
                "Microsoft Edge": 2,
                "Code": 1
        }
}
image

I know someone raised an issue here: https://github.com/FelixKratz/SketchyBar/issues/498. Can we make it an option? It might be easier to configure sketchybar as a dash to panel in Mac OS.

w93163red commented 1 week ago

Sorry, just realized that the number is count