File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -194,14 +194,14 @@ graph TD;
194194
195195 aw-qt -- Manages --> aw-server;
196196 aw-qt -- Manages --> aw-notify -- Queries --> aw-server;
197- aw-qt -- Manages --> W1[ aw-watcher-window] -- Watches --> S1[Active window] -- Heartbeats --> aw-server;
198- aw-qt -- Manages --> W2[ aw-watcher-afk] -- Watches --> S2[AFK status] -- Heartbeats --> aw-server;
197+ aw-qt -- Manages --> aw-watcher-window -- Watches --> S1[Active window] -- Heartbeats --> aw-server;
198+ aw-qt -- Manages --> aw-watcher-afk -- Watches --> S2[AFK status] -- Heartbeats --> aw-server;
199199 Browser -- Manages --> aw-watcher-web -- Watches --> S3[Active tab] -- Heartbeats --> aw-server;
200200 SF -- Dropbox/Syncthing/etc --> SF;
201- aw-server <-- aw-sync --> SF[Sync folder];
202- aw-server -- Serves --> UI[ aw-webui] ;
201+ aw-server <-- Push/Pull --> aw-sync <-- Read/Write --> SF[Sync folder];
202+ aw-server -- Serves --> aw-webui -- Queries --> aw-server ;
203203
204- %% User -- Interacts --> UI ;
204+ %% User -- Interacts --> aw-webui ;
205205 %% User -- Observes --> aw-notify;
206206 %% User -- Interacts --> aw-qt;
207207
You can’t perform that action at this time.
0 commit comments