ActivityWatch / aw-qt

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

Load modules from a config file or autodetect them #35

Closed Otto-AA closed 4 years ago

Otto-AA commented 6 years ago

As mentioned in this todo it would be helpful to dynamically load the list of modules which should be started.

The current workaround is to change the modules list in manager.py and the one in main.py

ErikBjare commented 6 years ago

Actually, check out this old PR: https://github.com/ActivityWatch/aw-qt/pull/27

Otto-AA commented 6 years ago

Oh, I didn't see that one. That's exactly what I've wished for ^_^

ErikBjare commented 4 years ago

Should be fixed now that https://github.com/ActivityWatch/aw-qt/pull/56 is merged.