In an app that uses a NSStatusItem with a custom view like this:

... how can you get notifications when:
- The status bar gets hidden because of a full screen app
- The status item moves position because another item is added/removed/resized?
Both are necessary to move the custom view to the right position when the item changes places.