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

Process always showing app from the first space #255

Closed kavinvalli closed 2 years ago

kavinvalli commented 2 years ago

Process is always showing application from the first space even if i'm on a different one

kavinvalli commented 2 years ago

The fix to this would be to replace line 15 on lib/components/spaces/process.jsx with

const currentSpace = spaces.find((space) => space.visible && space.display === displayIndex)
Jean-Tinland commented 2 years ago

Indeed, It must be a regression I introduced this morning in order to fix simple-bar when it was displayed on several displays. I'm fixing this as soon as possible.

Thank you for opening this issue!

Jean-Tinland commented 2 years ago

Should be fixed :)