You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tell application id "tracesOf.Uebersicht" to show widget id "my-widget" on screen "Display 1"
I often connect to two extra screens with similar settings and sometimes it switches them so I have to manually switch Uebersicht to have the right config again. It would be nice if I can automate this automatically.
The text was updated successfully, but these errors were encountered:
I thought this might be achievable — at least for a two monitor setup — by first setting show on all screens and then hide on the main display: tell application id "tracesOf.Uebersicht" to set showOnAllScreens of widget id "tempgraph-widget-index-coffee" to true
Followed by telling the main display's copy to be hidden: tell application id "tracesOf.Uebersicht" to set showOnMainScreen of widget id "tempgraph-widget-index-coffee" to false
Logically this would leave the widget displayed on the second screen. But this doesn't seem to work — at least for me.
It would be nice if we could do something like
I often connect to two extra screens with similar settings and sometimes it switches them so I have to manually switch Uebersicht to have the right config again. It would be nice if I can automate this automatically.
The text was updated successfully, but these errors were encountered: