FuzzyIdeas / IsThereNet

See when your internet disconnects.. and reconnects
https://lowtechguys.com/istherenet/
GNU General Public License v3.0
80 stars 5 forks source link

Multi-screen compatibility #2

Closed jcolfej closed 3 months ago

jcolfej commented 9 months ago

I've just installed IsThereNet on my setup: Macbook with 2 external monitors.

The colored line doesn't appear on all screens, only the active one and not necessarily the "main" one.

Wouldn't it be better to display it on all screens? If possible...

alin23 commented 9 months ago

The window will appear on the main screen, which is the screen where the menubar looks active. That's what NSScreen.main returns and that is what I use.

Showing it on all screens complicates things considerably, and unfortunately I don't have time to work on this at the moment. v1.2 should fix a line width problem when drawing on a different monitor btw.

alin23 commented 3 months ago

This was just added in v1.6