Jean-Tinland / simple-bar

A yabai status bar widget for Übersicht
https://www.jeantinland.com/toolbox/simple-bar
MIT License
1.21k stars 129 forks source link

Question: Process name for all processes in active space #390

Closed JustSaX closed 8 months ago

JustSaX commented 9 months ago

Is it possible to have the process names for all processes in the active space? Instead of having only the process name of the active window and symbols for all other processes.

Example (active window in bold): Now: symbol | symbol | terminal | symbol Would like to have: firefox | terminal | terminal | vscode

Thanks for your help!

Jean-Tinland commented 8 months ago

Yeah it should be possible, it would be a great addition! No ETA as I only work on this time to time but I will add this :)

Jean-Tinland commented 8 months ago

I added a new setting (defaults to false): "Expand all processes". It forces open all processes. The current one is highlighted as before.

image

Let met know if this is what you had in mind.