ActivityWatch / aw-qt

Tray icon that manages ActivityWatch processes, built with Qt.
Mozilla Public License 2.0
27 stars 32 forks source link

Separate the manager from the UI #84

Closed jifalops closed 2 years ago

jifalops commented 2 years ago

I'm using ChromeOS and to track its Linux activity I had to start each component manually and it's not really working. Events aren't being logged from the chrome extension even though the extension says it's connected to the server (might just be in testing mode).

Anyway if the management part was separate it'd also make #32 easier.

johan-bjareholt commented 2 years ago

The UI is already seperate from the manager, aw-webui is completely independent of aw-qt.

I'd recommend opening up a new issue marked support instead with more details about what's not working for you.

ErikBjare commented 2 years ago

@johan-bjareholt I'm not sure, but I think they mean separating the tray icon from the underlying service/process manager.