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
Copy file name to clipboardExpand all lines: src/watchers.rst
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,23 @@ Watchers
3
3
4
4
Watchers are the parts of ActivityWatch that do all the data collecting.
5
5
6
-
ActivityWatch comes bundled with two watchers by default:
6
+
ActivityWatch comes with two watchers enabled by default:
7
7
8
8
- :gh-aw:`aw-watcher-afk` - Watches for mouse & keyboard activity to detect if the user is active (by default, an inactive period of at least 3 minutes is flagged as AFK: away from keyboard).
9
9
- :gh-aw:`aw-watcher-window` - Watches the active window, its title, and it's url (on Chrome-based browsers & Safari).
10
10
11
-
The default watchers are collecting some of the most important data.
11
+
These default watchers are collecting some of the most important data.
12
12
But there is more to collect, so here are some other watchers that let you do so.
13
13
14
+
Window watchers
15
+
---------------
16
+
17
+
Watches the active window, its title, and application name.
18
+
19
+
- :gh-aw:`aw-watcher-window` - The official window watcher, supports Windows, macOS, and Linux (X11 only).
20
+
- :gh-aw:`aw-watcher-window-wayland` - A window watcher for Wayland, by :gh-user:`johan-bjareholt`.
21
+
- :gh:`2e3s/aw-awatcher` - A compiled watcher for X11 and Wayland to replace default window and AFK watchers, by :gh-user:`2e3s`.
22
+
14
23
Browser watchers
15
24
----------------
16
25
@@ -53,14 +62,13 @@ Other watchers
53
62
54
63
Other watchers to collect all kinds of data.
55
64
65
+
- :gh-aw:`aw-watcher-input` - Tracks the number of keypresses and distance that mouse is moved.
56
66
- :gh:`Alwinator/aw-watcher-table` - Monitors whether you have set your height-adjustable table to sitting or standing, by :gh-user:`Alwinator`
57
-
- :gh-aw:`aw-watcher-input` - (WIP) Tracks the number of keypresses and distance that mouse is moved.
58
67
- :gh:`akohlbecker/aw-watcher-tmux` - A plugin for tmux that allows monitoring activity in sessions and panes, by :gh-user:`akohlbecker`
59
68
- :gh:`bcbernardo/aw-watcher-ask` - (WIP) Periodically poses questions to the user and records her answers.
60
69
- :gh:`Alwinator/aw-watcher-utilization` - Monitors CPU, RAM, disk, network, and sensor usage, by :gh-user:`Alwinator`
61
70
- :gh:`abdnh/aw-watcher-anki` - An add-on for Anki that tracks time spent reviewing cards.
62
71
- :gh:`Edwardsoen/aw-watcher-steam` - A Watcher to monitor current game being played.
63
-
- :gh:`2e3s/awatcher` - A compiled watcher for X11 and Wayland to replace the original active window and AFK watchers, with workarounds for KDE and Gnome on Wayland.
64
72
- :gh:`RTnhN/aw-watcher-toggl` - A Watcher to import time entries from Toggl.
65
73
- :gh:`sameersismail/aw-watcher-netstatus` - Monitors if you're connected to a network, by :gh-user:`sameersismail`.
66
74
- :gh:`RTnhN/aw-watcher-buttons` - (WIP) A watcher for tracking external hardware buttons based on an Arduino used for working state.
0 commit comments