Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 557 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 557 Bytes

ActivityWatch watcher for Windows Locked as AFK status

This is a simple watcher for ActivityWatch that sets the user's status to AFK when the computer is locked and back to active when it is unlocked.

Build

Tested on Python 3.10.4 on Windows.

pyinstaller cli.py -n aw-watcher-winlock --onefile

Copy dist/aw-watcher-winlock.exe to somewhere in your PATH, and your aw-qt should recognize it.

Credits

Many code from the official aw-watcher-afk repo.