WorkraveQt

Modern reimplementation of Workrave in Qt. Optimized to look out for you where you don't.

Stars
22

WorkraveQt

Modern reimplementation of Workrave in Qt. It is designed to help with Repetitive Strain Injury (RSI), but in a much stricter way than the original Workrave implementation.

Getting started

You can download one of the releases, extract it anywhere and open WorkraveQt.

Building

  1. Install a recent version of Qt (you can bypass the account requirement by setting 0.0.0.0 as a proxy)
  2. (Optional) Configure Qt Creator
  3. Open src/WorkraveQt.pro in Qt Creator

Portable Qt installation

To avoid using Qt's official setups that require an account you can use aqtinstall.

pip install aqtinstall
aqt install-qt windows desktop 5.12.12 win64_msvc2017_64
aqt install-tool windows desktop tools_qtcreator_gui

You can find more available Qt configurations here.