Skip to content
Discussion options

You must be logged in to vote

Hey Ahmad,

Yes, ActivityWatch can run without a system tray

The tray application, aw-qt, is primarily a launcher and module manager. The actual tracking is performed by separate processes:

  • aw-server or aw-server-rust
  • aw-watcher-afk
  • aw-watcher-window
  • any additional watchers you use

Therefore, the solution is to avoid starting aw-qt and launch the server and watchers directly.

For a regular installation, the equivalent commands are:

aw-server
aw-watcher-afk
aw-watcher-window

Once they are running, the dashboard remains available at:

The warning appears because aw-qt expects a system tray. It does not necessarily mean the underlying ActivityWatch modules require one.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ahmadxgani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants